*change cheats to use the global buffer

*change make:all to not complain about bash
This commit is contained in:
giantpune 2009-12-11 00:14:55 +00:00
parent f6ad587532
commit a0067589bf
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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];