mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-08 22:35:46 +00:00
feature: .NET 10 (ryubing/ryujinx!214)
See merge request ryubing/ryujinx!214
This commit is contained in:
@@ -123,10 +123,7 @@ namespace Ryujinx.Memory.Tracking
|
||||
Dirty = true;
|
||||
}
|
||||
|
||||
public IEnumerable<RegionHandle> GetHandles()
|
||||
{
|
||||
return _handles;
|
||||
}
|
||||
public IEnumerable<RegionHandle> Handles => _handles;
|
||||
|
||||
public void ForceDirty(ulong address, ulong size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user