CMakeLists fix, rebooting fix

This commit is contained in:
Henrik Rydgard 2012-11-06 22:03:25 +01:00
parent 83fb5e96de
commit 00fc7754c6
4 changed files with 8 additions and 1 deletions

View file

@ -105,6 +105,10 @@ void __KernelShutdown()
kernelRunning = false;
}
bool __KernelIsRunning() {
return kernelRunning;
}
void sceKernelExitGame()
{
INFO_LOG(HLE,"sceKernelExitGame");