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:
fix94.1 2012-12-28 17:33:55 +00:00
parent b711e3e774
commit ea454990dd

View File

@ -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);
}