diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-16 22:12:42 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-16 22:12:42 +0200 |
commit | 6fe51b48e960e81b1304d833b2d69b468a4a238a (patch) | |
tree | e5fdd254cdb61e3953edefad1f399c1e4882d15e /src/common | |
parent | yuzu-qt: Implement unspecified screenshot ratio (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/common/settings_enums.h | 2 |
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(); |