diff --git a/HBC/META.XML b/HBC/META.XML index f33de9b1..3a148aba 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r942 - 201009161115 + 1.0 r943 + 201009161155 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/source/gecko.c b/source/gecko.c index 9007fce3..9b1f20ad 100644 --- a/source/gecko.c +++ b/source/gecko.c @@ -23,8 +23,8 @@ void gprintf( const char *str, ... ) va_end(ap); - //usb_sendbuffer( 1, astr, strlen(astr) ); - usb_sendbuffer_safe( 1, astr, strlen(astr) ); + usb_sendbuffer( 1, astr, strlen(astr) ); + //usb_sendbuffer_safe( 1, astr, strlen(astr) ); } bool InitGecko()