yuzu-mainline/src
Lioncash 8a86c8d48b gl_shader_decompiler: Allow std::move to function in SetPredicate
If the variable being moved is const, then std::move will always perform
a copy (since it can't actually move the data).
2018-10-20 14:25:15 -04:00
..
audio_core
common common: Add function for checking word alignment to alignment.h 2018-10-18 12:58:27 -04:00
core Merge pull request #1520 from lioncash/san 2018-10-19 22:58:57 -04:00
input_common
tests
video_core gl_shader_decompiler: Allow std::move to function in SetPredicate 2018-10-20 14:25:15 -04:00
web_service
yuzu config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 2018-10-16 17:02:29 -04:00
yuzu_cmd config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 2018-10-16 17:02:29 -04:00
.clang-format
CMakeLists.txt