diff options
author | Wunkolo <Wunkolo@gmail.com> | 2021-12-14 23:49:25 -0800 |
---|---|---|
committer | Wunkolo <Wunkolo@gmail.com> | 2021-12-14 23:57:33 -0800 |
commit | 44b3abdfc0d746a13443b3c386f0ce971d0148ce (patch) | |
tree | bb3ed9be9344d37bbdf4eb7456813246bda3da1f /src/core/loader/kip.cpp | |
parent | 156215d1faf8a74379e54409304e90384b59c8af (diff) |
yuzu/main: Fix host memory byte units. GB to GiB
I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB`
of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In
gi**ga**bytes I would have `134.9`.
Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB`
user-literals that I added a while ago(#6519).
https://www.wolframalpha.com/input/?i=134850146304+bytes
Diffstat (limited to 'src/core/loader/kip.cpp')
0 files changed, 0 insertions, 0 deletions