diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 09f7cdd84..a09db0822 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -72,6 +72,7 @@ struct ResolutionScalingInfo { | |||
| 72 | f32 up_factor{1.0f}; | 72 | f32 up_factor{1.0f}; |
| 73 | f32 down_factor{1.0f}; | 73 | f32 down_factor{1.0f}; |
| 74 | bool active{}; | 74 | bool active{}; |
| 75 | bool downscale{}; | ||
| 75 | 76 | ||
| 76 | s32 ScaleUp(s32 value) const { | 77 | s32 ScaleUp(s32 value) const { |
| 77 | if (value == 0) { | 78 | if (value == 0) { |