mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 11:40:47 -07:00
Add per-source type memory change tracking, simplified state change tracking, other fixes
This commit is contained in:
@ -10,6 +10,6 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
|
||||
void Write(ulong address, Span<byte> data);
|
||||
|
||||
(ulong, ulong)[] GetModifiedRanges(ulong address, ulong size);
|
||||
(ulong, ulong)[] GetModifiedRanges(ulong address, ulong size, ResourceName name);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user