mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
parent
0dc00b8104
commit
77594dc66c
13 changed files with 798 additions and 493 deletions
|
|
@ -41,7 +41,7 @@ void _sys_ppu_thread_exit(PPUThread& ppu, u64 errorcode)
|
|||
}
|
||||
|
||||
// Throw if this syscall was not called directly by the SC instruction (hack)
|
||||
if (ppu.GPR[11] != 41 || ppu.custom_task)
|
||||
if (ppu.LR == 0 || ppu.GPR[11] != 41 || ppu.custom_task)
|
||||
{
|
||||
throw cpu_state::exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue