Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios and VI scaling.

This commit is contained in:
mirrorbender
2015-07-20 20:12:29 -04:00
parent ab2e68aa16
commit 0faba3b018
9 changed files with 126 additions and 38 deletions

View File

@ -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