summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar lat9nq2023-08-16 00:18:47 -0400
committerGravatar lat9nq2023-08-16 00:18:47 -0400
commit96c98d09cb9200c9b623404381c33b3379411eeb (patch)
tree16dec6740a38964ac3884ab14f4b150190541e64 /src/common
parentbootmanager: Remove old path (diff)
downloadyuzu-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.h2
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
147ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch); 147ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch);
148 148
149ENUM(ScreenshotAspectRatio, Auto, R16_9, R4_3, R21_9, R16_10); 149ENUM(ScreenshotAspectRatio, Auto, Unspecified, R16_9, R4_3, R21_9, R16_10);
150 150
151template <typename Type> 151template <typename Type>
152inline std::string CanonicalizeEnum(Type id) { 152inline std::string CanonicalizeEnum(Type id) {