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

7
externals/gamemode/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
project(gamemode)
add_library(gamemode include/gamemode_client.h)
set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C)