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

Fix disappearing gecko codes #5192

Merged
merged 1 commit into from Apr 1, 2017
Merged

Fix disappearing gecko codes #5192

merged 1 commit into from Apr 1, 2017

Conversation

vtj
Copy link
Contributor

@vtj vtj commented Apr 1, 2017

Since 3be5373, the brace initializer at line 20 uses the values (instead of pointers) of globalIni and localIni, creating copies of the ini files for the loop variable, and causing the address comparison at line 45 to always fail. This commit reverts the change to pre-3be5373 behaviour of using pointers instead.

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

@lioncash
Copy link
Member

lioncash commented Apr 1, 2017

@dolphin-emu-bot rebuild

@lioncash lioncash merged commit a65a176 into dolphin-emu:master Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants