mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-19 05:38:48 +00:00
Port yuzu-emu/yuzu#11946: "Enable (Feral Interactive) Gamemode on Linux" (#7245)
This commit is contained in:
parent
2e369c03b8
commit
c7e9f8449e
14 changed files with 540 additions and 3 deletions
|
|
@ -308,7 +308,7 @@ if (NOT WIN32)
|
|||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
target_link_libraries(citra-qt PRIVATE Qt6::DBus)
|
||||
target_link_libraries(citra-qt PRIVATE Qt6::DBus gamemode)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(citra-qt PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue