mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-15 15:16:51 -05:00
misc: chore: Fix object creation in Gpu project
This commit is contained in:
@@ -458,7 +458,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
|
||||
int pages = (int)((endVaRounded - va) / PageSize);
|
||||
|
||||
List<MemoryRange> regions = new List<MemoryRange>();
|
||||
List<MemoryRange> regions = new();
|
||||
|
||||
for (int page = 0; page < pages - 1; page++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user