diff options
| author | 2023-11-29 12:33:09 -0500 | |
|---|---|---|
| committer | 2023-11-29 12:33:09 -0500 | |
| commit | 337e37f91dcc7d5b6a0a5da3f3196aa0f8df4143 (patch) | |
| tree | 70d10b1f7919e6ed6709acab3259c69b038add6c /src/common/settings.h | |
| parent | Merge pull request #11902 from ameerj/ssbo-align (diff) | |
| parent | cmake: move gamemode target include into its file (diff) | |
| download | yuzu-337e37f91dcc7d5b6a0a5da3f3196aa0f8df4143.tar.gz yuzu-337e37f91dcc7d5b6a0a5da3f3196aa0f8df4143.tar.xz yuzu-337e37f91dcc7d5b6a0a5da3f3196aa0f8df4143.zip | |
Merge pull request #11946 from flodavid/gamemode
Enable (Feral Interactive) Gamemode on Linux
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index b929fd957..6425cd98f 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -429,6 +429,9 @@ struct Values { | |||
| 429 | true, | 429 | true, |
| 430 | true}; | 430 | true}; |
| 431 | 431 | ||
| 432 | // Linux | ||
| 433 | SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux}; | ||
| 434 | |||
| 432 | // Controls | 435 | // Controls |
| 433 | InputSetting<std::array<PlayerInput, 10>> players; | 436 | InputSetting<std::array<PlayerInput, 10>> players; |
| 434 | 437 | ||