diff options
| author | 2023-07-16 18:45:33 -0400 | |
|---|---|---|
| committer | 2023-11-25 19:30:29 +0100 | |
| commit | dfa56765d6d869a317ec46dcf3a8f4f35b146382 (patch) | |
| tree | 827c46ada3f60e9bdef93c25a26319f00377d15f /src/common/settings.h | |
| parent | Merge pull request #11889 from t895/ini-lib (diff) | |
| download | yuzu-dfa56765d6d869a317ec46dcf3a8f4f35b146382.tar.gz yuzu-dfa56765d6d869a317ec46dcf3a8f4f35b146382.tar.xz yuzu-dfa56765d6d869a317ec46dcf3a8f4f35b146382.zip | |
yuzu: integrate gamemode support on linux
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index e75099b89..788020bde 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -178,6 +178,8 @@ struct Values { | |||
| 178 | true, | 178 | true, |
| 179 | &use_speed_limit}; | 179 | &use_speed_limit}; |
| 180 | 180 | ||
| 181 | Setting<bool> enable_gamemode{linkage, false, "enable_gamemode", Category::Core}; | ||
| 182 | |||
| 181 | // Cpu | 183 | // Cpu |
| 182 | SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto, | 184 | SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto, |
| 183 | CpuAccuracy::Auto, CpuAccuracy::Paranoid, | 185 | CpuAccuracy::Auto, CpuAccuracy::Paranoid, |