mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
and derp x3! Just kidding, the previous rev fixed a possible neek bug
and this one may fixed yet another neek bug :P
This commit is contained in:
parent
b711e3e774
commit
ea454990dd
@ -1092,7 +1092,7 @@ void CMenu::_launchChannel(dir_discHdr *hdr)
|
||||
Sys_Exit();
|
||||
}
|
||||
ShutdownBeforeExit();
|
||||
Launch_nk(gameTitle, emuPath.size() > 1 ? emuPath.c_str() : NULL,
|
||||
Launch_nk(gameTitle, NandHandle.Get_NandPath(),
|
||||
returnTo ? (((u64)(0x00010001) << 32) | (returnTo & 0xFFFFFFFF)) : 0);
|
||||
while(1) usleep(500);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user