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
GameINI: Fix comments causing errors in GALE01r0.ini #10223
Conversation
Same problem as 658eed4... Except instead of just making the comments use #, I'm actually removing some of the codes entirely because they are of questionable value. Should fix https://bugs.dolphin-emu.org/issues/12737.
|
FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:
automated-fifoci-reporter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unreal @ those codes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meant to approve with the previous comment
|
Curious, I decided to look into it. Despite the questionable name, this is actually a feature of the Master Debug Menu (at least for Peach and Zelda). Which makes for an interesting cosmetic change (more sports, less princess look) without having to go through the Master Debug Menu. |


Same problem as PR #10201... Except instead of just making the comments use #, I'm actually removing some of the codes entirely because they are of questionable value.
Should fix https://bugs.dolphin-emu.org/issues/12737.