mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:55:40 +00:00
little change to aspect ratio defines
This commit is contained in:
parent
60711154ba
commit
980b6ed4d2
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue