mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
little change to aspect ratio defines
This commit is contained in:
parent
60711154ba
commit
980b6ed4d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user