misc: chore: Discard unused parameters

This commit is contained in:
KeatonTheBot 2025-09-24 09:05:42 -05:00
parent d773bd60f4
commit 0928851966
42 changed files with 97 additions and 97 deletions

View file

@ -474,7 +474,7 @@ namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
}
else
{
item.Fence.RegisterCallback(_device.Gpu, (x) =>
item.Fence.RegisterCallback(_device.Gpu, (_) =>
{
_device.Gpu.Window.SignalFrameReady();
_device.Gpu.GPFifo.Interrupt();