mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Fixed support for cIOSX rev21d2xv3
This commit is contained in:
parent
530e8c434a
commit
83d1916cce
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name> USB Loader GX</name>
|
||||
<coder>USB Loader GX Team</coder>
|
||||
<version>2.1 r1078</version>
|
||||
<release_date>201103201630</release_date>
|
||||
<version>2.1 r1080</version>
|
||||
<release_date>201103201634</release_date>
|
||||
<no_ios_reload/>
|
||||
<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.
|
||||
|
@ -117,7 +117,7 @@ s32 IosLoader::ReloadIosSafe(s32 ios)
|
||||
else if(IsWaninkokoIOS(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;
|
||||
}
|
||||
else
|
||||
@ -152,13 +152,6 @@ void IosLoader::LoadIOSModules(s32 ios, s32 ios_rev)
|
||||
dip_plugin_size = odip_frag_size;
|
||||
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);
|
||||
}
|
||||
//! Waninkoko IOS
|
||||
|
Loading…
Reference in New Issue
Block a user