summaryrefslogtreecommitdiffstats
path: root/src/common/settings_enums.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-08-16 06:18:47 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-08-16 06:18:47 +0200
commit96c98d09cb9200c9b623404381c33b3379411eeb (patch)
tree16dec6740a38964ac3884ab14f4b150190541e64 /src/common/settings_enums.h
parentbootmanager: Remove old path (diff)
downloadyuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.gz
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.bz2
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.lz
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.xz
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.tar.zst
yuzu-96c98d09cb9200c9b623404381c33b3379411eeb.zip
Diffstat (limited to '')
-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);
ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch);
-ENUM(ScreenshotAspectRatio, Auto, R16_9, R4_3, R21_9, R16_10);
+ENUM(ScreenshotAspectRatio, Auto, Unspecified, R16_9, R4_3, R21_9, R16_10);
template <typename Type>
inline std::string CanonicalizeEnum(Type id) {