mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-25 20:35:10 -06:00
rsx: fix unused parameter warning
This commit is contained in:
parent
f2c8b157ef
commit
2a292d1e2e
@ -306,7 +306,7 @@ namespace rsx
|
||||
REGS(ctx)->decode(reg, REGS(ctx)->latch);
|
||||
}
|
||||
|
||||
void set_aa_control(context* ctx, u32 reg, u32 arg)
|
||||
void set_aa_control(context* ctx, u32 /*reg*/, u32 arg)
|
||||
{
|
||||
const auto latch = REGS(ctx)->latch;
|
||||
if (arg == latch)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user