From 284ee729c079c3dcf4dbefff37b9945e4d682491 Mon Sep 17 00:00:00 2001 From: NightScript <18664762+NightScript370@users.noreply.github.com> Date: Sat, 31 Dec 2022 22:11:35 -0500 Subject: [PATCH] Make theme the default music option Closes #2072 --- universal/source/common/twlmenusettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal/source/common/twlmenusettings.cpp b/universal/source/common/twlmenusettings.cpp index 3e5d107086..f6a5f5f7f5 100644 --- a/universal/source/common/twlmenusettings.cpp +++ b/universal/source/common/twlmenusettings.cpp @@ -47,7 +47,7 @@ TWLSettings::TWLSettings() showSelectMenu = false; theme = EThemeDSi; settingsMusic = ESMusicTheme; - dsiMusic = EMusicRegular; + dsiMusic = EMusicTheme; boxArtColorDeband = false; gbaBooter = isDSiMode() ? EGbaGbar2 : EGbaNativeGbar2;