ryujinx/Ryujinx.HLE/HOS/Kernel/Common
Wunk d536cc8ae6
Update units of memory from decimal to binary prefixes (#3716)
`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.
2022-11-16 23:27:42 +01:00
..
IKFutureSchedulerObject.cs
KAutoObject.cs
KernelInit.cs Allow DRAM size to be increased from 4GB to 6GB (#2174) 2021-04-04 14:06:59 +02:00
KernelResult.cs
KernelTransfer.cs
KResourceLimit.cs
KSynchronizationObject.cs
KSystemControl.cs
KTimeManager.cs
LimitableResource.cs
MemoryArrange.cs
MemroySize.cs
MersenneTwister.cs
OnScopeExit.cs