mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Add custom relative and raw (squared pixels) aspect ratio modes
This commit is contained in:
parent
5090a028e6
commit
41b19e262f
4 changed files with 69 additions and 29 deletions
|
@ -410,6 +410,12 @@ void HotkeyScheduler::Run()
|
|||
case AspectMode::Custom:
|
||||
OSD::AddMessage("Custom");
|
||||
break;
|
||||
case AspectMode::CustomStretch:
|
||||
OSD::AddMessage("Custom (Stretch)");
|
||||
break;
|
||||
case AspectMode::Raw:
|
||||
OSD::AddMessage("Raw (Square Pixels)");
|
||||
break;
|
||||
case AspectMode::Auto:
|
||||
default:
|
||||
OSD::AddMessage("Auto");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue