mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-09 23:14:46 +01: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 a new issue