mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Small changes
This commit is contained in:
parent
311486ed79
commit
aeca523a34
8 changed files with 18 additions and 14 deletions
|
|
@ -40,11 +40,7 @@ int sys_process_getppid()
|
|||
int sys_process_exit(int errorcode)
|
||||
{
|
||||
sc_p.Warning("sys_process_exit(%d)", errorcode);
|
||||
#ifdef _DEBUG
|
||||
Emu.Pause();
|
||||
#else
|
||||
Emu.Stop();
|
||||
#endif
|
||||
Emu.Pause(); // Emu.Stop() does crash
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue