2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 00:27:43 +00:00

Fix race condition when switching DSP tracks

This commit is contained in:
Jack Andersen
2017-01-18 16:29:49 -10:00
parent 3cc93ffd75
commit d17557398f
2 changed files with 6 additions and 8 deletions

View File

@@ -162,7 +162,6 @@ bool CMain::Proc()
{
CGBASupport::GlobalPoll();
xe8_b24_finished = m_archSupport->Update();
CStreamAudioManager::Start(false, "Audio/min_x_wind_lp_01L.dsp|Audio/min_x_wind_lp_01R.dsp", 0x7f, true, 0.f, 0.f);
CStreamAudioManager::Update(1.f / 60.f);
return xe8_b24_finished;
}