mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 18:36:40 -04:00
m_Do_audio
This commit is contained in:
@@ -900,10 +900,10 @@ void dSv_player_config_c::init(void) {
|
||||
os_mSoundMode = OSGetSoundMode();
|
||||
if (os_mSoundMode == SOUND_MODE_MONO) {
|
||||
this->mSoundMode = SOUND_MODE_MONO;
|
||||
Z2AudioMgr_NS_setOutputMode(lbl_80451368, SOUND_MODE_MONO);
|
||||
lbl_80451368->setOutputMode(SOUND_MODE_MONO);
|
||||
} else {
|
||||
this->mSoundMode = SOUND_MODE_STEREO;
|
||||
Z2AudioMgr_NS_setOutputMode(lbl_80451368, SOUND_MODE_STEREO);
|
||||
lbl_80451368->setOutputMode(SOUND_MODE_STEREO);
|
||||
}
|
||||
|
||||
this->unk2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user