mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
rsx: fix unused parameter warning
This commit is contained in:
parent
f2c8b157ef
commit
2a292d1e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue