diff --git a/HBC/META.XML b/HBC/META.XML index 506c4307..4cebccea 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r851 - 200912082034 + 1.0 r854 + 200912102351 Loads games from USB-devices 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. diff --git a/Makefile b/Makefile index 5de09a86..061f37d3 100644 --- a/Makefile +++ b/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 diff --git a/source/patches/fst.c b/source/patches/fst.c index 2507542f..28cfb829 100644 --- a/source/patches/fst.c +++ b/source/patches/fst.c @@ -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];