Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take the size of the audio data into account when checking for the loop ... #929

Merged
merged 1 commit into from Sep 1, 2014

Conversation

skidau
Copy link
Contributor

@skidau skidau commented Sep 1, 2014

...address. Fixes the static audio in the FMV of Megaman X Collection, Pac man World, off pitched instruments in Skies of Arcadia and audio desync in the Taiko no Tatsujin series.

Fixes:
issue 7154
issue 7222
issue 7280
issue 7457

@JMC47
Copy link
Contributor

JMC47 commented Sep 1, 2014

Tested MegaMan 9, Skies of Arcadia: Legends and some Resident Evil Games. And the MegaMan X Collection + Pacman World 2 videos.

Everything checks out, and I can confirm Skies of Arcadia: Legends and the FMVs as being fixed.

@@ -111,6 +111,7 @@ u16 dsp_read_accelerator()
const u32 EndAddress = (g_dsp.ifx_regs[DSP_ACEAH] << 16) | g_dsp.ifx_regs[DSP_ACEAL];
u32 Address = (g_dsp.ifx_regs[DSP_ACCAH] << 16) | g_dsp.ifx_regs[DSP_ACCAL];
u16 val;
u8 step = 0;

This comment was marked as off-topic.

…op address. Fixes the static audio in the FMV of Megaman X Collection, Pac Man World 2, off pitched instruments in Skies of Arcadia and audio desync in the Taiko no Tatsujin series.

Fixes:
issue 7154
issue 7222
issue 7280
issue 7457
@Linktothepast
Copy link
Contributor

@JMC47 could you post a build so i could do some testing too? Skidau seems not to be autotrusted for the buildbot to work.

@delroth
Copy link
Member

delroth commented Sep 1, 2014

Wut :D

I guess @skidau hasn't been doing a lot of Dolphin work recently. Fixing that.

@dolphin-emu-bot rebuild

lioncash added a commit that referenced this pull request Sep 1, 2014
Take the size of the audio data into account when checking for the loop address
@lioncash lioncash merged commit 27bd0ce into dolphin-emu:master Sep 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants