citra-mk7/src
Lioncash 9f6c1b058a 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-27 00:20:52 +02:00
..
audio_core cubeb_sink: ignore null-name device when selecting 2018-10-26 09:17:44 -04:00
citra Review comments - part 3 2018-10-20 10:35:55 -04:00
citra_qt CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-27 00:20:52 +02:00
common Merge pull request #4336 from wwylele/file-util-mingw 2018-10-21 20:34:48 -04:00
core Merge pull request #4358 from wwylele/kernel-global-2 2018-10-26 15:51:36 -04:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests kernel: make handle table per-process 2018-10-22 21:32:34 -04:00
video_core Handle cases when std::optional does not contain a value 2018-10-05 16:51:33 +02:00
web_service CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-27 00:20:52 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00