From d536cc8ae6d6725780365d858f2fd64b66d90b7f Mon Sep 17 00:00:00 2001 From: Wunk <wunkolo@gmail.com> Date: Wed, 16 Nov 2022 14:27:42 -0800 Subject: 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. --- Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs') diff --git a/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs b/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs index acfcdcb4..52ca7153 100644 --- a/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs +++ b/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs @@ -207,7 +207,7 @@ namespace Ryujinx.Ui.Common.Configuration public MemoryManagerMode MemoryManagerMode { get; set; } /// <summary> - /// Expands the RAM amount on the emulated system from 4GB to 6GB + /// Expands the RAM amount on the emulated system from 4GiB to 6GiB /// </summary> public bool ExpandRam { get; set; } -- cgit v1.2.3-70-g09d2