mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
|
@ -602,8 +602,6 @@ void cellGcmSetSecondVFrequency(u32 freq)
|
|||
{
|
||||
cellGcmSys.warning("cellGcmSetSecondVFrequency(level=%d)", freq);
|
||||
|
||||
const auto render = rsx::get_current_renderer();
|
||||
|
||||
switch (freq)
|
||||
{
|
||||
case CELL_GCM_DISPLAY_FREQUENCY_59_94HZ:
|
||||
|
|
@ -1104,8 +1102,6 @@ error_code GcmUnmapIoAddress(ppu_thread& ppu, gcm_config* cfg, u32 io)
|
|||
return error;
|
||||
}
|
||||
|
||||
const auto render = rsx::get_current_renderer();
|
||||
|
||||
for (u32 i = 0; i < size; i++)
|
||||
{
|
||||
cfg->offsetTable.ioAddress[ea + i] = 0xFFFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue