mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
add missed file changes
This commit is contained in:
parent
640df36c48
commit
37f423aec3
6 changed files with 8 additions and 8 deletions
|
|
@ -4145,7 +4145,7 @@ s32 _spurs::create_task(vm::ptr<CellSpursTaskset> taskset, vm::ptr<u32> task_id,
|
|||
{
|
||||
v128 ls_pattern_128 = v128::from64r(ls_pattern->_u64[0], ls_pattern->_u64[1]);
|
||||
|
||||
const u32 ls_blocks = utils::popcnt128(ls_pattern_128._u);
|
||||
const u32 ls_blocks = rx::popcnt128(ls_pattern_128._u);
|
||||
|
||||
if (ls_blocks > alloc_ls_blocks)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue