fix file select music not playing

This commit is contained in:
MelonSpeedruns
2026-06-11 14:34:18 -04:00
parent cb85470214
commit 1d1ece9cb2
+6
View File
@@ -583,6 +583,12 @@ void Z2SeqMgr::bgmStreamPlay() {
}
}
#if TARGET_PC
if (dusk::tphd_active()) {
return;
}
#endif
#if !PLATFORM_SHIELD
else if (getStreamBgmID() == 0x2000000) {
if (mStreamBgmHandle) {