take out the printf about the IOS236 because im tired of people asking what the hell it is

This commit is contained in:
giantpune 2010-01-03 17:05:31 +00:00
parent b5653edcf4
commit 26a5d9c9de
2 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 r879</version>
<release_date>200912300810</release_date>
<version>1.0 r882</version>
<release_date>201001031700</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

@ -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);
}