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

GBA Multiboot ROMs Do Not Have BIOS Force Skipped #2753

Closed
CasualPokePlayer opened this issue Dec 13, 2022 · 1 comment · Fixed by #2754
Closed

GBA Multiboot ROMs Do Not Have BIOS Force Skipped #2753

CasualPokePlayer opened this issue Dec 13, 2022 · 1 comment · Fixed by #2754

Comments

@CasualPokePlayer
Copy link
Contributor

Buggy code is here:

bool forceSkip = gba->romVf && GBAIsMB(gba->romVf);

MB is held in gba->mbVf rather than gba->romVf, so gba->romVf will just be null.

@endrift
Copy link
Member

endrift commented Dec 17, 2022

If this is present in 0.10.0, you should add a changelog entry.

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

Successfully merging a pull request may close this issue.

2 participants