mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
*change cheats to use the global buffer
*change make:all to not complain about bash
This commit is contained in:
parent
f6ad587532
commit
a0067589bf
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name> USB Loader GX</name>
|
||||
<coder>USB Loader GX Team</coder>
|
||||
<version>1.0 r851</version>
|
||||
<release_date>200912082034</release_date>
|
||||
<version>1.0 r854</version>
|
||||
<release_date>200912102351</release_date>
|
||||
<short_description>Loads games from USB-devices</short_description>
|
||||
<long_description>USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times.
|
||||
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.
|
||||
|
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ lang:
|
||||
#---------------------------------------------------------------------------------
|
||||
all:
|
||||
@[ -d build ] || mkdir -p build
|
||||
@shell bash ./buildtype.sh
|
||||
@./buildtype.sh
|
||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile language
|
||||
|
||||
|
@ -49,7 +49,7 @@ u32 do_sd_code(char *filename)
|
||||
gprintf("\ndo_sd_code(%s)",filename);
|
||||
|
||||
FILE *fp;
|
||||
u8 *filebuff;
|
||||
//u8 *filebuff;
|
||||
u32 filesize;
|
||||
u32 ret;
|
||||
char filepath[150];
|
||||
|
Loading…
Reference in New Issue
Block a user