mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
-fixed wiiflow neek2o mode
-fixed booting nand games using neek2o when emu nand path is the device root
This commit is contained in:
parent
526d94a360
commit
7ef23f96e1
@ -73,6 +73,7 @@ int main(int argc, char **argv)
|
||||
CurrentIOS.Base = 254;
|
||||
CurrentIOS.Revision = 999;
|
||||
DCFlushRange(&CurrentIOS, sizeof(IOS_Info));
|
||||
DeviceHandler::Instance()->SetModes();
|
||||
}
|
||||
else if(*HW_AHBPROT != 0xFFFFFFFF)
|
||||
{
|
||||
|
@ -1104,8 +1104,7 @@ void CMenu::_launchChannel(dir_discHdr *hdr)
|
||||
Sys_LoadMenu();
|
||||
}
|
||||
DeviceHandler::Instance()->UnMountAll();
|
||||
Launch_nk(gameTitle, emuPath.c_str());
|
||||
while(1);
|
||||
Launch_nk(gameTitle, emuPath.size() > 1 ? emuPath.c_str() : NULL);
|
||||
}
|
||||
DeviceHandler::Instance()->UnMountAll();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user