diff options
| author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-16 00:18:47 -0400 |
|---|---|---|
| committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-08-16 00:18:47 -0400 |
| commit | 96c98d09cb9200c9b623404381c33b3379411eeb (patch) | |
| tree | 16dec6740a38964ac3884ab14f4b150190541e64 /src/common | |
| parent | 76a03e99b68ea691029cf7eef20a55e3cb1837ad (diff) | |
yuzu-qt: Implement unspecified screenshot ratio
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings_enums.h | 2 |
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) { |
