rh-hideout / pokeemerald-expansion

Feature branche for the pokeemerald decompilation. See the wiki for more info.
360 stars 1.08k forks source link

Update mgba-rom-test to include DACS support #3928

Open mrgriffin opened 9 months ago

mrgriffin commented 9 months ago

Description

mgba v0.10.2 doesn't include DACS compatibility in the HLE BIOS, it was added in https://github.com/mgba-emu/mgba/commit/44e074a15e9651481f7f652ac006a7c9d58cbeb9. But since we build and distribute an mgba-rom-test binary, we could rebuild it from master (which has this commit) so that our users have access to it.

I think @SBird1337 built the binary the first time, so they may be able to describe the steps to follow.

(Note, if users have GBA BIOSes hanging around then they could make mgba-rom-test/mgba-rom-test-hydra use that instead and then I think DACS might be supported)

Discord contact info

No response

mrgriffin commented 8 months ago

mgba 0.10.3 was released, which I think should contain the HLE BIOS. That'd be a nicer thing to bundle than some random master-based version.