yuzu/src
Jan Beich 353be2306c host_memory: Add workaround for FreeBSD 12
src/common/host_memory.cpp:360:14: error: use of undeclared identifier
      'memfd_create'
        fd = memfd_create("HostMemory", 0);
             ^
2021-07-27 20:15:23 +00:00
..
audio_core
common host_memory: Add workaround for FreeBSD 12 2021-07-27 20:15:23 +00:00
core Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
input_common
shader_recompiler exception: Make constructors explicit 2021-07-27 04:15:14 -04:00
tests shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
video_core Merge pull request #6748 from lioncash/engine-init 2021-07-27 16:17:20 -03:00
web_service
yuzu Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
yuzu_cmd Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
.clang-format
CMakeLists.txt