suyu/src
Lioncash c8beb665dc CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
This is more localized to what we want to enforce directory-wise with
the project. CMAKE_SOURCE_DIR indicates the root of the source tree, but
this would cause the wrong behavior if someone included yuzu as part of
a larger buildsystem (for whatever reason). Instead, we want to use the
directory where the "project(yuzu)" command was declared as the root
path reference.
2018-10-20 17:36:31 -04:00
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
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 Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core gl_shader_decompiler: Move position varying declaration back to gl_shader_gen 2018-10-20 02:19:30 -03:00
web_service CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-20 17:36:31 -04:00
yuzu CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-20 17:36:31 -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 Port web_service from Citra 2018-10-02 15:30:48 +02:00