Skip to content

Commit

Permalink
Fix sys_spu_thread_group_create
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Nekotekina committed Aug 5, 2021
1 parent 3ccfb86 commit 9ecb6c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpcs3/Emu/Cell/lv2/sys_spu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,8 @@ error_code sys_spu_thread_group_create(ppu_thread& ppu, vm::ptr<u32> id, u32 num

if (type & SYS_SPU_THREAD_GROUP_TYPE_COOPERATE_WITH_SYSTEM)
{
// Constant size, unknown what it means but it's definitely not for each spu thread alone
// Constant size, unknown what it means
mem_size = SPU_LS_SIZE;
use_scheduler = false;
}
else if (type & SYS_SPU_THREAD_GROUP_TYPE_NON_CONTEXT)
{
Expand Down

0 comments on commit 9ecb6c4

Please sign in to comment.