diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index a81016b23..6c03a6ea9 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -139,6 +139,7 @@ struct Values { | |||
| 139 | Setting<int> vulkan_device; | 139 | Setting<int> vulkan_device; |
| 140 | 140 | ||
| 141 | Setting<u16> resolution_factor{1}; | 141 | Setting<u16> resolution_factor{1}; |
| 142 | Setting<int> fullscreen_mode; | ||
| 142 | Setting<int> aspect_ratio; | 143 | Setting<int> aspect_ratio; |
| 143 | Setting<int> max_anisotropy; | 144 | Setting<int> max_anisotropy; |
| 144 | Setting<bool> use_frame_limit; | 145 | Setting<bool> use_frame_limit; |