This commit is contained in:
Nekotekina 2014-10-08 16:29:29 +04:00
parent fd7da9d61a
commit 9a02add930
3 changed files with 30 additions and 44 deletions

View file

@ -1161,7 +1161,7 @@ void SPUThread::StopAndSignal(u32 code)
{
LOG_ERROR(Log::SPU, "Unknown STOP code: 0x%x (message=0x%x)", code, SPU.Out_MBox.GetValue());
}
Stop();
Emu.Pause();
break;
}
}