mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 12:20:35 +00:00
gxt key, default value
This commit is contained in:
parent
30236a804d
commit
8fadca196b
2 changed files with 13 additions and 7 deletions
|
@ -4,13 +4,12 @@ enum eAspectRatio
|
|||
{
|
||||
// Make sure these work the same as FrontEndMenuManager.m_PrefsUseWideScreen
|
||||
// without widescreen support
|
||||
AR_AUTO,
|
||||
AR_4_3,
|
||||
AR_5_4,
|
||||
AR_16_10,
|
||||
AR_16_9,
|
||||
AR_21_9,
|
||||
|
||||
AR_AUTO,
|
||||
|
||||
AR_MAX,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue