chore: change MultiRegionHandle GetHandles to an accessor property

This commit is contained in:
GreemDev
2025-09-28 00:30:50 -05:00
parent 9c00ffa4b1
commit 2ea829f17b
3 changed files with 4 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
{
if (item.Value._useGranular)
{
baseHandles.AddRange((item.Value._memoryTrackingGranular.GetHandles()));
baseHandles.AddRange(item.Value._memoryTrackingGranular.Handles);
}
else
{