shonumi / gbe-plus

DMG/GBC/GBA emulator and experimental NDS emulator.
GNU General Public License v2.0
530 stars 80 forks source link

Fix compilation error in play_yan.cpp #144

Closed HeroponRikiBestest closed 1 year ago

HeroponRikiBestest commented 1 year ago

Fixes compilation error due to result not being properly declared in AGB_MMU::read_nmp.

shonumi commented 1 year ago

Hey, thanks for the PR! Unfortunately I already have an unpushed commit (on the 24th of last month) that solves this. I usually push my commits every 2 or 3 weeks nowadays, so there was (still is) a delay that kept this issue in master. It would be somewhat awkward to accept this PR given that. I appreciate the help trying to get GBE+ compiling though!