mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 15:43:18 -05:00
A fix for configfile
If you want an ex-coop theme then it's going to be an ex-coop theme, not a "make coopdx look a little more like ex-coop" theme.
This commit is contained in:
parent
c0ff024743
commit
357db4fa5e
1 changed files with 6 additions and 0 deletions
|
@ -739,6 +739,12 @@ NEXT_OPTION:
|
||||||
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
|
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
|
||||||
if (configDjuiScale >= 5) { configDjuiScale = 0; }
|
if (configDjuiScale >= 5) { configDjuiScale = 0; }
|
||||||
|
|
||||||
|
if (configExCoopTheme) {
|
||||||
|
configDjuiTheme = DJUI_THEME_LIGHT;
|
||||||
|
configDjuiThemeCenter = false;
|
||||||
|
configDjuiThemeFont = 1;
|
||||||
|
}
|
||||||
|
|
||||||
if (gCLIOpts.fullscreen == 1) {
|
if (gCLIOpts.fullscreen == 1) {
|
||||||
configWindow.fullscreen = true;
|
configWindow.fullscreen = true;
|
||||||
} else if (gCLIOpts.fullscreen == 2) {
|
} else if (gCLIOpts.fullscreen == 2) {
|
||||||
|
|
Loading…
Reference in a new issue