Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SysRay committed May 4, 2024
1 parent 6ac0e9a commit 181058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libSceGraphicsDriver/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int SYSV_ABI sceGnmSetCsShaderWithModifier(uint32_t* cmdOut, uint64_t size, cons
LOG_TRACE(L"%S 0x%08llx %u", __FUNCTION__, (uint64_t)cmdOut, size);
cmdOut[0] = Pm4::create(size, Pm4::Custom::R_CS);
cmdOut[1] = shader_modifier;
memcpy(&cmdOut[2], cs_regs, size-2);
memcpy(&cmdOut[2], cs_regs, size - 2);
return Ok;
}

Expand Down

0 comments on commit 181058f

Please sign in to comment.