diff options
| author | 2023-08-16 16:12:42 -0400 | |
|---|---|---|
| committer | 2023-08-16 16:12:42 -0400 | |
| commit | 6fe51b48e960e81b1304d833b2d69b468a4a238a (patch) | |
| tree | e5fdd254cdb61e3953edefad1f399c1e4882d15e /src/common | |
| parent | yuzu-qt: Implement unspecified screenshot ratio (diff) | |
| download | yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.gz yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.tar.xz yuzu-6fe51b48e960e81b1304d833b2d69b468a4a238a.zip | |
yuzu-qt: Screenshots depend more on the graphics settings
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); | |||
| 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, Unspecified, R16_9, R4_3, R21_9, R16_10); | ||
| 150 | |||
| 151 | template <typename Type> | 149 | template <typename Type> |
| 152 | inline std::string CanonicalizeEnum(Type id) { | 150 | inline std::string CanonicalizeEnum(Type id) { |
| 153 | const auto group = EnumMetadata<Type>::Canonicalizations(); | 151 | const auto group = EnumMetadata<Type>::Canonicalizations(); |