mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 14:15:48 +00:00
@@ -705,7 +705,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
BufferHandle handle = Handle;
|
||||
|
||||
return (ulong address, ulong size, ulong _) =>
|
||||
return (address, size, _) =>
|
||||
{
|
||||
FlushImpl(handle, address, size);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user