diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index c7610ef1c..42f8b4a7d 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -515,7 +515,7 @@ struct Values { | |||
| 515 | #endif | 515 | #endif |
| 516 | FullscreenMode::Borderless, FullscreenMode::Exclusive, "fullscreen_mode"}; | 516 | FullscreenMode::Borderless, FullscreenMode::Exclusive, "fullscreen_mode"}; |
| 517 | RangedSetting<int> aspect_ratio{0, 0, 3, "aspect_ratio"}; | 517 | RangedSetting<int> aspect_ratio{0, 0, 3, "aspect_ratio"}; |
| 518 | RangedSetting<int> max_anisotropy{0, 0, 4, "max_anisotropy"}; | 518 | RangedSetting<int> max_anisotropy{0, 0, 5, "max_anisotropy"}; |
| 519 | Setting<bool> use_speed_limit{true, "use_speed_limit"}; | 519 | Setting<bool> use_speed_limit{true, "use_speed_limit"}; |
| 520 | RangedSetting<u16> speed_limit{100, 0, 9999, "speed_limit"}; | 520 | RangedSetting<u16> speed_limit{100, 0, 9999, "speed_limit"}; |
| 521 | Setting<bool> use_disk_shader_cache{true, "use_disk_shader_cache"}; | 521 | Setting<bool> use_disk_shader_cache{true, "use_disk_shader_cache"}; |