mgba/CHANGES

14 lines
521 B
Plaintext
Raw Normal View History

0.1.1: (Future)
Bugfixes:
- Qt: Fix issue with set frame sizes being the wrong height
- Qt: Fix emulator crashing when full screen if a game is not running
- GBA Thread: Allow halted games to exit cleanly
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
- ARM7: Fix LDM writeback to a register already written
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
2014-12-16 08:39:45 +00:00
Misc:
- Qt: Disable sync to video by default
2014-12-14 01:26:11 +00:00
0.1.0: (2014-12-13)
- Initial release