yuzu/src
Wunkolo 44b3abdfc0 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
2021-12-14 23:57:33 -08:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common Merge pull request #7558 from Morph1984/unused-cpu-family-model 2021-12-14 23:43:16 -05:00
core core/hid: Fix faulty analog triggers 2021-12-14 19:49:44 -06:00
input_common Merge pull request #7581 from lioncash/input-iface 2021-12-14 19:10:39 -06:00
shader_recompiler Merge pull request #7522 from ameerj/shader-recompiler-filenames 2021-12-07 18:27:50 -05:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7565 from liushuyu/fix-linux-decoding 2021-12-14 22:27:13 -08:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu yuzu/main: Fix host memory byte units. GB to GiB 2021-12-14 23:57:33 -08:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt CMakeLists: Specify /Zm200 when compiling in MSVC 2021-12-06 19:31:26 -05:00