mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
make this default to benefit casual users
This commit is contained in:
parent
20248881c4
commit
4bee63a251
1 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ unsigned int configDjuiScale = 0;
|
|||
// other
|
||||
unsigned int configRulesVersion = 0;
|
||||
bool configCompressOnStartup = false;
|
||||
bool configSkipPackGeneration = false;
|
||||
bool configSkipPackGeneration = true;
|
||||
|
||||
// secrets
|
||||
bool configExCoopTheme = false;
|
||||
|
|
@ -747,7 +747,7 @@ NEXT_OPTION:
|
|||
configDjuiThemeFont = 1;
|
||||
}
|
||||
|
||||
if (gCLIOpts.fullscreen == 1) {
|
||||
if (gCLIOpts.fullscreen == 1) {
|
||||
configWindow.fullscreen = true;
|
||||
} else if (gCLIOpts.fullscreen == 2) {
|
||||
configWindow.fullscreen = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue