mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-15 13:26:29 +00:00
yuzu-qt: Implement unspecified screenshot ratio
This commit is contained in:
@@ -63,6 +63,8 @@ Settings::AspectRatio ConvertScreenshotRatioToRatio(Settings::ScreenshotAspectRa
|
||||
return Settings::AspectRatio::R21_9;
|
||||
case Settings::ScreenshotAspectRatio::R16_10:
|
||||
return Settings::AspectRatio::R16_10;
|
||||
case Settings::ScreenshotAspectRatio::Unspecified:
|
||||
break;
|
||||
}
|
||||
return Settings::AspectRatio::R16_9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user