mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Remove incorrect Emu.IsStopped() checks
This commit is contained in:
parent
a015bd1ebd
commit
bd9ba7ef1f
3 changed files with 5 additions and 5 deletions
|
@ -3121,7 +3121,7 @@ namespace rsx
|
|||
|
||||
while (!external_interrupt_ack)
|
||||
{
|
||||
if (Emu.IsStopped())
|
||||
if (is_stopped())
|
||||
break;
|
||||
|
||||
utils::pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue