mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 21:35:46 +00:00
feature: .NET 10 (ryubing/ryujinx!214)
See merge request ryubing/ryujinx!214
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user