yuzu: integrate gamemode support on linux
This commit is contained in:
parent
5a182f4e7c
commit
dfa56765d6
11 changed files with 481 additions and 1 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -189,6 +189,12 @@ if (ANDROID)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
# Gamemode
|
||||
if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
|
||||
add_subdirectory(gamemode)
|
||||
target_include_directories(gamemode PUBLIC gamemode/include)
|
||||
endif()
|
||||
|
||||
# Breakpad
|
||||
# https://github.com/microsoft/vcpkg/blob/master/ports/breakpad/CMakeLists.txt
|
||||
if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue