mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios and VI scaling.
This commit is contained in:
parent
ab2e68aa16
commit
0faba3b018
9 changed files with 126 additions and 38 deletions
|
@ -25,10 +25,10 @@
|
|||
|
||||
enum AspectMode
|
||||
{
|
||||
ASPECT_AUTO = 0,
|
||||
ASPECT_FORCE_16_9 = 1,
|
||||
ASPECT_FORCE_4_3 = 2,
|
||||
ASPECT_STRETCH = 3,
|
||||
ASPECT_AUTO = 0,
|
||||
ASPECT_ANALOG_WIDE = 1,
|
||||
ASPECT_ANALOG = 2,
|
||||
ASPECT_STRETCH = 3,
|
||||
};
|
||||
|
||||
enum EFBScale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue