diff options
| author | 2023-08-16 00:18:47 -0400 | |
|---|---|---|
| committer | 2023-08-16 00:18:47 -0400 | |
| commit | 96c98d09cb9200c9b623404381c33b3379411eeb (patch) | |
| tree | 16dec6740a38964ac3884ab14f4b150190541e64 /src/common | |
| parent | bootmanager: Remove old path (diff) | |
| download | yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.gz yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.xz yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.zip | |
yuzu-qt: Implement unspecified screenshot ratio
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings_enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings_enums.h b/src/common/settings_enums.h index 4edfd2bfb..7b2e558b6 100644 --- a/src/common/settings_enums.h +++ b/src/common/settings_enums.h | |||
| @@ -146,7 +146,7 @@ ENUM(AntiAliasing, None, Fxaa, Smaa, MaxEnum); | |||
| 146 | 146 | ||
| 147 | ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch); | 147 | ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch); |
| 148 | 148 | ||
| 149 | ENUM(ScreenshotAspectRatio, Auto, R16_9, R4_3, R21_9, R16_10); | 149 | ENUM(ScreenshotAspectRatio, Auto, Unspecified, R16_9, R4_3, R21_9, R16_10); |
| 150 | 150 | ||
| 151 | template <typename Type> | 151 | template <typename Type> |
| 152 | inline std::string CanonicalizeEnum(Type id) { | 152 | inline std::string CanonicalizeEnum(Type id) { |