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 detection of native NDS ARM BIOS images #1910

Merged
merged 3 commits into from
Dec 15, 2023

Conversation

JesseTG
Copy link
Contributor

@JesseTG JesseTG commented Dec 8, 2023

  • Instead of checking for built-in BIOS images, now the altered methods check for native ones
  • The CRC32 must match exactly; patched BIOS images will result in false

- Instead of checking for built-in BIOS images, now the altered methods check for native ones
- The CRC32 must match exactly; patched BIOS images will result in `false`
- Also compute the checksum only when setting the BIOS
@RSDuck RSDuck merged commit 24c402a into melonDS-emu:master Dec 15, 2023
7 of 8 checks passed
kvnp pushed a commit to kvnp/melonDS that referenced this pull request Dec 25, 2023
* Fix detection of native NDS ARM BIOS images

- Instead of checking for built-in BIOS images, now the altered methods check for native ones
- The CRC32 must match exactly; patched BIOS images will result in `false`

* Encapsulate `NDS::ARM9BIOS` and `ARM7BIOS`

- Also compute the checksum only when setting the BIOS
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 this pull request may close these issues.

2 participants