rsx: fix unused parameter warning

This commit is contained in:
Megamouse 2026-03-01 11:42:29 +01:00
parent f2c8b157ef
commit 2a292d1e2e

View file

@ -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)