little change to aspect ratio defines

This commit is contained in:
aap 2019-07-12 18:28:40 +02:00
parent 60711154ba
commit 980b6ed4d2

View File

@ -2,9 +2,12 @@
enum eAspectRatio
{
AR_AUTO,
// Make sure these work the same as FrontEndMenuManager.m_PrefsUseWideScreen
// without widescreen support
AR_4_3,
AR_16_9,
AR_AUTO,
};
class CDraw