-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME.txt
executable file
·48 lines (29 loc) · 1.3 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
+---------------------------------------+
| [+] SD/USB Loader v1.5 |
| developed by Waninkoko/kwiirk |
+---------------------------------------+
| wwww.teknoconsolas.es |
+---------------------------------------+
[ DISCLAIMER ]:
- THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESS NOR IMPLIED.
I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE IN YOUR WII CONSOLE
BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.
[ DESCRIPTION ]:
- SD/USB Loader is a Nintendo Wii application that allows you to install and
boot your backups from a USB storage device or a SD/SDHC card.
[ REQUISITES ]:
- Custom IOS36 rev 10 or above.
- USB/SD/SDHC device with one free partition for games.
[ NOTES ]:
- Replace background image (PNG format only):
To replace the background image, copy the image file with the name
"background.png" inside "usb-loader" folder in the root of the SD card.
- Add game cover (PNG format only):
To add a game cover, copy the cover image inside "usb-loader/covers" folder
in the root of the SD card. The filename must be the same as the game ID
(with .png extension).
[ KUDOS ]:
- Team Twiizers and devkitPRO devs for their great work in libogc.
- All the betatesters.
- kwiirk, for his EHCI module.
- neimod, for the Custom IOS module.