mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
SPURS: Implement SPURS SPU thread exit using throw
Conflicts: rpcs3/Emu/SysCalls/Modules/cellSpursSpu.cpp
This commit is contained in:
parent
c0fdef7a12
commit
5b7f701878
2 changed files with 47 additions and 25 deletions
|
@ -1192,7 +1192,7 @@ void SPUThread::halt()
|
|||
{
|
||||
if (Ini.HLELogging.GetValue())
|
||||
{
|
||||
LOG_NOTICE(SPU, "halt(code=0x%x)");
|
||||
LOG_NOTICE(SPU, "halt()");
|
||||
}
|
||||
|
||||
if (m_type == CPU_THREAD_RAW_SPU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue