1
0
Fork 0
forked from suyu/suyu
suyu/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 Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
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 Merge pull request #6654 from german77/custom_threshold 2021-07-21 20:31:33 -04:00
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 web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
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 shader: Initial recompiler work 2021-07-22 21:51:21 -04:00