mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-17 07:37:06 +00:00
misc: chore: Discard unused parameters
This commit is contained in:
parent
d773bd60f4
commit
0928851966
42 changed files with 97 additions and 97 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue