summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-08-16 22:12:42 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-08-16 22:12:42 +0200
commit6fe51b48e960e81b1304d833b2d69b468a4a238a (patch)
treee5fdd254cdb61e3953edefad1f399c1e4882d15e /src/common
parentyuzu-qt: Implement unspecified screenshot ratio (diff)
downloadyuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.gz
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.bz2
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.lz
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.xz
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.zst
yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings_enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings_enums.h b/src/common/settings_enums.h
index 7b2e558b6..e7cb59ea5 100644
--- a/src/common/settings_enums.h
+++ b/src/common/settings_enums.h
@@ -146,8 +146,6 @@ ENUM(AntiAliasing, None, Fxaa, Smaa, MaxEnum);
ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch);
-ENUM(ScreenshotAspectRatio, Auto, Unspecified, R16_9, R4_3, R21_9, R16_10);
-
template <typename Type>
inline std::string CanonicalizeEnum(Type id) {
const auto group = EnumMetadata<Type>::Canonicalizations();