yuzu: integrate gamemode support on linux

This commit is contained in:
xcfrg 2023-07-16 18:45:33 -04:00 committed by flodavid
parent 5a182f4e7c
commit dfa56765d6
11 changed files with 481 additions and 1 deletions

View file

@ -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)