mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Warning Fixes
This commit is contained in:
parent
af0e1f609e
commit
a4d715e25d
12 changed files with 34 additions and 37 deletions
|
|
@ -1642,7 +1642,7 @@ s32 cellSpursFinalize(vm::ptr<CellSpurs> spurs)
|
|||
return CELL_SPURS_CORE_ERROR_STAT;
|
||||
}
|
||||
|
||||
u32 wklEnabled = spurs->wklEnabled.load();
|
||||
[[maybe_unused]] u32 wklEnabled = spurs->wklEnabled.load();
|
||||
|
||||
if (spurs->flags1 & SF1_32_WORKLOADS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue