mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 11:19:17 +01:00
Restore compatibility with WiiGSC and older forwarders
This commit is contained in:
parent
c2610b0df5
commit
de3b302367
@ -235,7 +235,10 @@ int StartUpProcess::Execute()
|
|||||||
{
|
{
|
||||||
Settings.EntryIOS = IOS_GetVersion();
|
Settings.EntryIOS = IOS_GetVersion();
|
||||||
|
|
||||||
// Reload app cios if needed
|
// Reloading to IOS 249 fixes compatibility issues with old forwarders
|
||||||
|
IosLoader::ReloadIosSafe(249);
|
||||||
|
|
||||||
|
// Reload to the default IOS or the IOS set in meta.xml
|
||||||
SetTextf("Loading application cIOS %s\n", Settings.UseArgumentIOS ? "requested in meta.xml" : "");
|
SetTextf("Loading application cIOS %s\n", Settings.UseArgumentIOS ? "requested in meta.xml" : "");
|
||||||
if(IosLoader::LoadAppCios() < 0)
|
if(IosLoader::LoadAppCios() < 0)
|
||||||
{
|
{
|
||||||
@ -291,7 +294,7 @@ int StartUpProcess::Execute()
|
|||||||
// Reload to user's settings if different than current IOS, and if not using an injected WiiU WiiVC IOS255 (fw.img)
|
// Reload to user's settings if different than current IOS, and if not using an injected WiiU WiiVC IOS255 (fw.img)
|
||||||
if(Settings.LoaderIOS != IOS_GetVersion() && !isWiiVC)
|
if(Settings.LoaderIOS != IOS_GetVersion() && !isWiiVC)
|
||||||
{
|
{
|
||||||
SetTextf("Reloading to config file's cIOS...\n");
|
SetTextf("Reloading to config files cIOS...\n");
|
||||||
|
|
||||||
// Unmount devices
|
// Unmount devices
|
||||||
DeviceHandler::DestroyInstance();
|
DeviceHandler::DestroyInstance();
|
||||||
|
Loading…
Reference in New Issue
Block a user