diff --git a/HBC/META.XML b/HBC/META.XML index b26bb9f6..3ace37e0 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r879 - 200912300810 + 1.0 r882 + 201001031700 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/main.cpp b/source/main.cpp index d9bdfa5a..64919f01 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -215,10 +215,10 @@ main(int argc, char *argv[]) gprintf(")"); // This part is added, because we need a identify patched ios - printf("\n\tReloading into ios 236"); +// printf("\n\tReloading into ios 236"); if (IOS_ReloadIOSsafe(236) < 0) { - printf("\n\tIOS 236 not found, reloading into 36"); +// printf("\n\tIOS 236 not found, reloading into 36"); IOS_ReloadIOSsafe(36); }