mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-13 13:18:27 +00:00
Add Fullscreen and Vsync settings bits
This commit is contained in:
@@ -668,6 +668,8 @@ void C_4JProfile::Initialise(DWORD dwTitleID,
|
||||
|
||||
// New
|
||||
pGameSettings->uiBitmaskValues |= GAMESETTING_OLDSWINGANIMATION; //eGameSetting_OldSwingAnimation - off
|
||||
pGameSettings->uiBitmaskValues |= GAMESETTING_FULLSCREEN; //eGameSetting_Fullscreen - off
|
||||
pGameSettings->uiBitmaskValues |= GAMESETTING_VSYNC; //eGameSetting_Vsync - on
|
||||
|
||||
// Tutorials for most menus, and a few other things
|
||||
pGameSettings->ucTutorialCompletion[0] = 0xFF;
|
||||
|
||||
Reference in New Issue
Block a user