SPU Recompiler fixed

This commit is contained in:
Nekotekina 2015-09-04 02:23:31 +03:00
parent ab1c05aa71
commit 7e01c81154
10 changed files with 430 additions and 334 deletions

View file

@ -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)
{