Fixed support for cIOSX rev21d2xv3

This commit is contained in:
dimok321 2011-03-22 17:32:26 +00:00
parent 530e8c434a
commit 83d1916cce
2 changed files with 3 additions and 10 deletions

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name> USB Loader GX</name> <name> USB Loader GX</name>
<coder>USB Loader GX Team</coder> <coder>USB Loader GX Team</coder>
<version>2.1 r1078</version> <version>2.1 r1080</version>
<release_date>201103201630</release_date> <release_date>201103201634</release_date>
<no_ios_reload/> <no_ios_reload/>
<short_description>Loads games from USB-devices</short_description> <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. <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.

View File

@ -117,7 +117,7 @@ s32 IosLoader::ReloadIosSafe(s32 ios)
else if(IsWaninkokoIOS(ios)) else if(IsWaninkokoIOS(ios))
{ {
s32 iosRev = NandTitles.VersionOf(TITLE_ID(1, ios)); s32 iosRev = NandTitles.VersionOf(TITLE_ID(1, ios));
if((iosRev < 9 || iosRev > 30) && iosRev != 65535) //let's see if Waninkoko actually gets to 30 if((iosRev < 9 || iosRev > 30000) && iosRev != 65535) //let's see if Waninkoko actually gets to 30
return -22; return -22;
} }
else else
@ -152,13 +152,6 @@ void IosLoader::LoadIOSModules(s32 ios, s32 ios_rev)
dip_plugin_size = odip_frag_size; dip_plugin_size = odip_frag_size;
gprintf("Loading ehc v5 and opendip module\n"); gprintf("Loading ehc v5 and opendip module\n");
// u8 *ehc_cfg = search_for_ehcmodule_cfg((u8 *) ech_module, ehc_module_size);
// if (ehc_cfg)
// {
// ehc_cfg += 12;
// ehc_cfg[0] = 0; // USB Port 0
// gprintf("Patched ehc module to use usb port 0.\n");
// }
load_modules(ech_module, ehc_module_size, dip_plugin, dip_plugin_size); load_modules(ech_module, ehc_module_size, dip_plugin, dip_plugin_size);
} }
//! Waninkoko IOS //! Waninkoko IOS