You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made this after I realized that a specific directory layout was required for USB Loader GX to recognize my Gamecube back ups.
4
+
It will cycle through all available game ISO's, read their unique ID, create the directory and rename/move the ISO.
5
+
6
+
## Getting Started
7
+
8
+
Create a 'games' folder in the same location of this binary. Drop all of your .iso files into 'games' and then run the CUI binary.
9
+
10
+
### Prerequisites
11
+
12
+
I never tried this on ISO's that have been shrunk, but as long as it keeps the first 6 bytes of data in the file, they will work.
13
+
14
+
### Installing
15
+
16
+
Download the latest release binary or compile using SciTE w/ AutoIT.
17
+
18
+
## Built With
19
+
20
+
*[SciTE](https://www.autoitscript.com/site/autoit-script-editor/downloads/) - Customised version of SciTE with lots of additional coding tools for AutoIt
0 commit comments