Remove incorrect Emu.IsStopped() checks

This commit is contained in:
Eladash 2022-07-05 06:17:19 +03:00 committed by Megamouse
parent a015bd1ebd
commit bd9ba7ef1f
3 changed files with 5 additions and 5 deletions

View file

@ -3121,7 +3121,7 @@ namespace rsx
while (!external_interrupt_ack)
{
if (Emu.IsStopped())
if (is_stopped())
break;
utils::pause();