mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-18 05:20:41 +00:00
Add Fullscreen and Vsync settings bits
This commit is contained in:
@@ -84,9 +84,6 @@ enum EGameHostOptionWorldSize
|
||||
#define MAX_FAVORITE_SKINS 10 // these are stored in the profile data so keep it small
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// defines for game settings - uiBitmaskValues
|
||||
|
||||
#define GAMESETTING_CLOUDS 0x00000001
|
||||
@@ -104,9 +101,13 @@ enum EGameHostOptionWorldSize
|
||||
#define GAMESETTING_ANIMATEDCHARACTER 0x00008000
|
||||
#define GAMESETTING_PS3EULAREAD 0x00010000
|
||||
#define GAMESETTING_PSVITANETWORKMODEADHOC 0x00020000
|
||||
//TU25
|
||||
#define GAMESETTING_CAVESOUNDS 0x00100000
|
||||
#define GAMESETTING_CLASSICCRAFTING 0x00200000
|
||||
#define GAMESETTING_OLDSWINGANIMATION 0x04000000
|
||||
//New
|
||||
#define GAMESETTING_OLDSWINGANIMATION 0x00400000 //Bit 22
|
||||
#define GAMESETTING_FULLSCREEN 0x00800000 //Bit 23
|
||||
#define GAMESETTING_VSYNC 0x01000000 //Bit 24
|
||||
|
||||
|
||||
// defines for languages
|
||||
|
||||
Reference in New Issue
Block a user