Skip to content

Commit

Permalink
Make theme the default music option
Browse files Browse the repository at this point in the history
Closes #2072
  • Loading branch information
NightScript370 committed Dec 19, 2023
1 parent 3292d12 commit 284ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/source/common/twlmenusettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TWLSettings::TWLSettings()
showSelectMenu = false;
theme = EThemeDSi;
settingsMusic = ESMusicTheme;
dsiMusic = EMusicRegular;
dsiMusic = EMusicTheme;
boxArtColorDeband = false;

gbaBooter = isDSiMode() ? EGbaGbar2 : EGbaNativeGbar2;
Expand Down

0 comments on commit 284ee72

Please sign in to comment.