diff --git a/rpcs3/Emu/RSX/rsx_methods.cpp b/rpcs3/Emu/RSX/rsx_methods.cpp index 9dd8136f61..2806203374 100644 --- a/rpcs3/Emu/RSX/rsx_methods.cpp +++ b/rpcs3/Emu/RSX/rsx_methods.cpp @@ -1740,7 +1740,7 @@ namespace rsx template struct driver_flip { - static void impl(thread* rsx, u32 /*reg*/, u32 arg) + static void impl(thread*, u32 /*reg*/, u32 arg) { sys_rsx_context_attribute(0x55555555, 0x102, index, arg, 0, 0); } @@ -1749,7 +1749,7 @@ namespace rsx template struct queue_flip { - static void impl(thread* rsx, u32 /*reg*/, u32 arg) + static void impl(thread*, u32 /*reg*/, u32 arg) { sys_rsx_context_attribute(0x55555555, 0x103, index, arg, 0, 0); }