yuzu: integrate gamemode support on linux
This commit is contained in:
parent
5a182f4e7c
commit
dfa56765d6
11 changed files with 481 additions and 1 deletions
7
externals/gamemode/CMakeLists.txt
vendored
Normal file
7
externals/gamemode/CMakeLists.txt
vendored
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue