yuzu/src
Andrea Pappacoda af94bf4a59
build: cleanup installation of yuzu and yuzu-cmd
Explicitly specifying an install destination is not needed anymore since
CMake 3.14.

By removing the hardcoded ${CMAKE_INSTALL_PREFIX}/bin it is also now
possible to override the install destination via the command line. For
example, you can now install yuzu to /usr/games with
-DCMAKE_INSTALL_BINDIR=games
2022-03-27 15:10:24 +02:00
..
audio_core audio_core: Update current process revision 2022-02-11 00:56:13 -05:00
common hle: nvflinger: Merge Rect with Common::Rectangle. 2022-03-24 18:13:33 -07:00
core Merge pull request #8088 from bunnei/fixup-nvflinger 2022-03-27 13:09:59 +02:00
input_common input_common: Reduce unused includes 2022-03-20 02:25:09 -04:00
shader_recompiler dead_code_elimination_pass: Remove unreachable Phi arguments 2022-03-23 17:57:22 -04:00
tests
video_core Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." 2022-03-26 12:38:30 -07:00
web_service web_service: Reduce unused includes 2022-03-20 02:25:09 -04:00
yuzu build: cleanup installation of yuzu and yuzu-cmd 2022-03-27 15:10:24 +02:00
yuzu_cmd build: cleanup installation of yuzu and yuzu-cmd 2022-03-27 15:10:24 +02:00
.clang-format
CMakeLists.txt