mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Fix application pool size for 12 GiB DRAM
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Common
|
||||
MemoryArrange.MemoryArrange4GiBAppletDev => 2048 * MiB,
|
||||
MemoryArrange.MemoryArrange6GiB => 5445 * MiB,
|
||||
MemoryArrange.MemoryArrange8GiB => 7493 * MiB,
|
||||
MemoryArrange.MemoryArrange12GiB => 11139 * MiB,
|
||||
MemoryArrange.MemoryArrange12GiB => 11589 * MiB,
|
||||
_ => throw new ArgumentException($"Invalid memory arrange \"{arrange}\"."),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user