mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
SPU: Fix Max SPURS Threads Limit
This commit is contained in:
parent
77f2a4577f
commit
4bd1adb297
|
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue