mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 07:18:56 +02:00
yuzu-qt: Implement unspecified screenshot ratio
This commit is contained in:
parent
b4932708b5
commit
9433d04259
4 changed files with 30 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue