SkyTemple / py-desmume

Python Library and GUI for DeSmuME, the Nintendo DS emulator
GNU General Public License v3.0
24 stars 5 forks source link

Fix `get_next_instruction()` returning `None` #27

Closed mike8699 closed 2 years ago

mike8699 commented 2 years ago

The get_next_instruction function currently only calls the desmume_memory_get_next_instruction() without returning it.

theCapypara commented 2 years ago

I've been doing too much Rust lately... Thanks!