diff options
| author | Wunk <wunkolo@gmail.com> | 2022-11-16 14:27:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-16 23:27:42 +0100 |
| commit | d536cc8ae6d6725780365d858f2fd64b66d90b7f (patch) | |
| tree | ef0767a9bc808ba15967607b79a0e3e83924b30b /README.md | |
| parent | d751da84f941e0d089040cb7aad2c1b3224ae6b7 (diff) | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ You can check out the compatibility list [here](https://github.com/Ryujinx/Ryuji ## Usage -To run this emulator, your PC must be equipped with at least 8GB of RAM; failing to meet this requirement may result in a poor gameplay experience or unexpected crashes. +To run this emulator, your PC must be equipped with at least 8GiB of RAM; failing to meet this requirement may result in a poor gameplay experience or unexpected crashes. See our [Setup & Configuration Guide](https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide) on how to set up the emulator. |
