mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Bugfix
This commit is contained in:
parent
fd7da9d61a
commit
9a02add930
3 changed files with 30 additions and 44 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue