mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
SPU Recompiler fixed
This commit is contained in:
parent
ab1c05aa71
commit
7e01c81154
10 changed files with 430 additions and 334 deletions
|
@ -1361,7 +1361,7 @@ void SPUThread::stop_and_signal(u32 code)
|
|||
throw EXCEPTION("Invalid SPU Thread Group");
|
||||
}
|
||||
|
||||
for (auto thread : group->threads)
|
||||
for (auto& thread : group->threads)
|
||||
{
|
||||
if (thread && thread.get() != this)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue