mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 04:42:44 +00:00
gxt key, default value
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user