mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
CPUThread: Prevent recursive check_state calls
This commit is contained in:
parent
975aae1d13
commit
ddec5d6908
2 changed files with 3 additions and 3 deletions
|
@ -3172,7 +3172,7 @@ bool spu_thread::process_mfc_cmd()
|
|||
mfc_last_timestamp = 0;
|
||||
|
||||
// Process MFC commands
|
||||
if (!test_stopped())
|
||||
if (test_stopped())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue