CMakeLists fix, rebooting fix
This commit is contained in:
parent
83fb5e96de
commit
00fc7754c6
4 changed files with 8 additions and 1 deletions
|
@ -105,6 +105,10 @@ void __KernelShutdown()
|
|||
kernelRunning = false;
|
||||
}
|
||||
|
||||
bool __KernelIsRunning() {
|
||||
return kernelRunning;
|
||||
}
|
||||
|
||||
void sceKernelExitGame()
|
||||
{
|
||||
INFO_LOG(HLE,"sceKernelExitGame");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue