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
+1
View File
@@ -44,6 +44,7 @@ target_link_libraries(yuzu-cmd PRIVATE SDL2::SDL2 Vulkan::Headers)
if(UNIX AND NOT APPLE)
install(TARGETS yuzu-cmd)
target_link_libraries(yuzu-cmd PRIVATE gamemode)
endif()
if(WIN32)