We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Buggy code is here:
mgba/src/gba/core.c
Line 703 in 694b80d
MB is held in gba->mbVf rather than gba->romVf, so gba->romVf will just be null.
The text was updated successfully, but these errors were encountered:
Check gba->mbVf for force skipping the BIOS
7ae1691
Resolves mgba-emu#2753
If this is present in 0.10.0, you should add a changelog entry.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Buggy code is here:
mgba/src/gba/core.c
Line 703 in 694b80d
MB is held in gba->mbVf rather than gba->romVf, so gba->romVf will just be null.
The text was updated successfully, but these errors were encountered: