mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-30 10:37:18 +00:00
Fix application pool size for 12 GiB DRAM
This commit is contained in:
parent
23efb24eec
commit
04865d2710
1 changed files with 1 additions and 1 deletions
|
|
@ -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}\"."),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue