d_a_player_main cleanup and inlines

This commit is contained in:
LagoLunatic
2025-06-15 13:59:16 -04:00
parent a15a72f209
commit 0146d0b91f
29 changed files with 691 additions and 715 deletions
+2 -2
View File
@@ -969,10 +969,10 @@ void dSv_player_config_c::init() {
u32 soundMode = OSGetSoundMode();
if (soundMode == 0) {
mSoundMode = 0;
JAIZelBasic::getInterface()->setOutputMode(0);
mDoAud_setOutputMode(0);
} else {
mSoundMode = 1;
JAIZelBasic::getInterface()->setOutputMode(1);
mDoAud_setOutputMode(1);
}
mAttentionType = 0;