Add Fullscreen and Vsync settings bits

This commit is contained in:
GabsPuNs
2026-05-22 23:38:46 -04:00
parent 9f188e060a
commit 112951d11d
4 changed files with 122 additions and 71 deletions

View File

@@ -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