mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-16 21:52:08 -07: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