mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 10:48:28 +12:00
Add GameMode support for Linux build (#796)
This commit is contained in:
parent
b74ae21953
commit
1bcdb35e42
10 changed files with 467 additions and 1 deletions
4
dependencies/gamemode/CMakeLists.txt
vendored
Normal file
4
dependencies/gamemode/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
project( gamemode LANGUAGES C )
|
||||
add_library (gamemode
|
||||
"lib/gamemode_client.h"
|
||||
"lib/client_loader.c")
|
Loading…
Add table
Add a link
Reference in a new issue