mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-17 12:36:20 +01:00
derp x2
This commit is contained in:
parent
d9e58b275d
commit
b711e3e774
@ -1081,6 +1081,9 @@ void CMenu::_launchChannel(dir_discHdr *hdr)
|
||||
|
||||
if(NAND_Emu && !neek2o())
|
||||
{
|
||||
NANDemuView = true;
|
||||
NandHandle.SetNANDEmu(currentPartition); /* Init NAND Emu */
|
||||
NandHandle.SetPaths(emuPath.c_str(), DeviceName[currentPartition]);
|
||||
if(useNK2o)
|
||||
{
|
||||
if(!Load_Neek2o_Kernel())
|
||||
@ -1093,9 +1096,6 @@ void CMenu::_launchChannel(dir_discHdr *hdr)
|
||||
returnTo ? (((u64)(0x00010001) << 32) | (returnTo & 0xFFFFFFFF)) : 0);
|
||||
while(1) usleep(500);
|
||||
}
|
||||
NANDemuView = true;
|
||||
NandHandle.SetNANDEmu(currentPartition); /* Init NAND Emu */
|
||||
NandHandle.SetPaths(emuPath.c_str(), DeviceName[currentPartition]);
|
||||
}
|
||||
gameIOS = ChannelHandle.GetRequestedIOS(gameTitle);
|
||||
if(_loadIOS(gameIOS, userIOS, id, !NAND_Emu) == LOAD_IOS_FAILED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user