2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

DSP streaming bug fixes

This commit is contained in:
Jack Andersen
2017-01-18 10:57:48 -10:00
parent 0acc4b4612
commit 3cc93ffd75
7 changed files with 184 additions and 124 deletions

View File

@@ -162,6 +162,7 @@ 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;
}