mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-02-18 04:16:20 +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">
|
<app version="1">
|
||||||
<name> USB Loader GX</name>
|
<name> USB Loader GX</name>
|
||||||
<coder>USB Loader GX Team</coder>
|
<coder>USB Loader GX Team</coder>
|
||||||
<version>1.0 r851</version>
|
<version>1.0 r854</version>
|
||||||
<release_date>200912082034</release_date>
|
<release_date>200912102351</release_date>
|
||||||
<short_description>Loads games from USB-devices</short_description>
|
<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.
|
<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.
|
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.
|
||||||
|
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ lang:
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
all:
|
all:
|
||||||
@[ -d build ] || mkdir -p build
|
@[ -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
|
||||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile language
|
@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);
|
gprintf("\ndo_sd_code(%s)",filename);
|
||||||
|
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
u8 *filebuff;
|
//u8 *filebuff;
|
||||||
u32 filesize;
|
u32 filesize;
|
||||||
u32 ret;
|
u32 ret;
|
||||||
char filepath[150];
|
char filepath[150];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user