summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authormirrorbender <mirrorbender@gmail.com>2015-07-20 20:12:29 -0400
committermirrorbender <mirrorbender@gmail.com>2015-07-31 19:58:02 -0400
commit0faba3b01806df0ea74e01257d3cc48ea5538771 (patch)
treec1c4923de9886941f0931dfbeefe24d9ac29a92f /Source/Core/VideoCommon/VideoConfig.h
parentab2e68aa160d8e9664fdfe4420a5c3d8ea9a894b (diff)
Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios and VI scaling.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index 13451bbf5a..f135356568 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -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