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

GameSettings: Add patch for Ten Pin Alley 2 (RLEEFS) #11311

Merged
merged 1 commit into from Dec 1, 2022

Conversation

smurf3tte
Copy link
Contributor

A call to GXCopyDisp(), made once before the title screen for no apparent purpose, is causing heap corruption, but it isn't observed on real hardware thanks to the data cache. Skipping the call works too, preventing a crash on the main menu.

Fixes https://bugs.dolphin-emu.org/issues/12699

My investigation was prompted by this comment: #11183 (comment)

For reference, this is virtually the same bug found in Monster High: #9316

A call to GXCopyDisp(), made once before the title screen for no
apparent purpose, is causing heap corruption, but it isn't observed on
real hardware thanks to the data cache. Skipping the call works too,
preventing a crash on the main menu.
@JMC47
Copy link
Contributor

JMC47 commented Dec 1, 2022

Yeah, I noticed that DataCache support fixed this game. Looks good to me.

@JMC47 JMC47 merged commit 4b7600f into dolphin-emu:master Dec 1, 2022
11 checks passed
@ytrezq

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants