From d536cc8ae6d6725780365d858f2fd64b66d90b7f Mon Sep 17 00:00:00 2001 From: Wunk 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. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cf1a7cc6..57487757 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,7 +34,7 @@ about: Something doesn't work correctly in Ryujinx. Note that game-specific issu - OS: *(e.g. Windows 10)* - CPU: *(e.g. i7-6700)* - GPU: *(e.g. NVIDIA RTX 2070)* - - RAM: *(e.g. 16GB)* + - RAM: *(e.g. 16GiB)* - Applied Mods : [ Yes (Which ones) / No ] ### Additional context? -- cgit v1.2.3