From 2a292d1e2e4541162a1b85efa28500f6de2c9b98 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 1 Mar 2026 11:42:29 +0100 Subject: [PATCH] rsx: fix unused parameter warning --- rpcs3/Emu/RSX/NV47/HW/nv4097.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/NV47/HW/nv4097.cpp b/rpcs3/Emu/RSX/NV47/HW/nv4097.cpp index 17ee040f8c..43c8a5d9f4 100644 --- a/rpcs3/Emu/RSX/NV47/HW/nv4097.cpp +++ b/rpcs3/Emu/RSX/NV47/HW/nv4097.cpp @@ -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)