replace some random Emu.Pause with fatal errors

This commit is contained in:
Megamouse 2021-07-20 00:23:00 +02:00
parent 954d83b6a0
commit 50354253c8
9 changed files with 32 additions and 61 deletions

View file

@ -851,7 +851,8 @@ void gdb_thread::operator()()
return;
}
//stop immediately
if (Emu.IsRunning()) {
if (Emu.IsRunning())
{
Emu.Pause();
}