From a0067589bf47d2f72baa90250d562d3ba0e6b92c Mon Sep 17 00:00:00 2001 From: giantpune Date: Fri, 11 Dec 2009 00:14:55 +0000 Subject: [PATCH] *change cheats to use the global buffer *change make:all to not complain about bash --- HBC/META.XML | 4 ++-- Makefile | 2 +- source/patches/fst.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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];