aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Common/MemroySize.cs
AgeCommit message (Collapse)Author
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
`MB` and `GB` can either be interpreted as having base-10 units, or base-2. `MiB` and `GiB` removes this discrepancy so that units of memory are always interpreted using base-2 units.
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan
* Allow DRAM size to be increased from 4GB to 6GB * Add option on the UI