SPU: Fix Max SPURS Threads Limit

This commit is contained in:
Elad 2025-09-21 16:45:31 +03:00
parent 77f2a4577f
commit 4bd1adb297

View file

@ -1910,7 +1910,7 @@ void spu_thread::cpu_task()
} }
else else
{ {
const u32 arg = static_cast<u32>(group->args[index][1]); const u32 arg = static_cast<u32>(group->args[group->threads_map[index]][1]);
if (group->name.ends_with("CellSpursKernelGroup"sv) && vm::check_addr(arg)) if (group->name.ends_with("CellSpursKernelGroup"sv) && vm::check_addr(arg))
{ {