diff options
| author | 2023-11-29 14:28:37 -0600 | |
|---|---|---|
| committer | 2023-11-29 14:28:37 -0600 | |
| commit | 9dc9aaf4af1c3c846c9cd46a9433dcf0684da19b (patch) | |
| tree | 039dc2b3dc42aa51df063a873bbd0b78cfbe227f /src/common/linux/gamemode.cpp | |
| parent | Merge pull request #12204 from t895/config-migration (diff) | |
| parent | general: conditionally compile gamemode on linux only (diff) | |
| download | yuzu-9dc9aaf4af1c3c846c9cd46a9433dcf0684da19b.tar.gz yuzu-9dc9aaf4af1c3c846c9cd46a9433dcf0684da19b.tar.xz yuzu-9dc9aaf4af1c3c846c9cd46a9433dcf0684da19b.zip | |
Merge pull request #12223 from liamwhite/fruit-company
general: conditionally compile gamemode on linux only
Diffstat (limited to '')
| -rw-r--r-- | src/common/linux/gamemode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/linux/gamemode.cpp b/src/common/linux/gamemode.cpp index 8876d8dc4..8d3e2934a 100644 --- a/src/common/linux/gamemode.cpp +++ b/src/common/linux/gamemode.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include <gamemode_client.h> | 4 | #include <gamemode_client.h> |
| 5 | 5 | ||
| 6 | #include "common/linux/gamemode.h" | 6 | #include "common/linux/gamemode.h" |
| 7 | #include "common/logging/log.h" | ||
| 7 | #include "common/settings.h" | 8 | #include "common/settings.h" |
| 8 | 9 | ||
| 9 | namespace Common::Linux { | 10 | namespace Common::Linux { |