mgba/CHANGES

15 lines
493 B
Plaintext
Raw Normal View History

2014-12-15 05:12:08 +00:00
0.2.0: (Future)
Features:
2014-12-15 05:12:08 +00:00
- Support for gamepad axes, e.g. analog sticks or triggers
2014-12-17 06:23:58 +00:00
- Add scale presets for up to 6x
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
2014-12-17 06:16:22 +00:00
Misc:
- Qt: Disable sync to video by default
2014-12-15 05:12:08 +00:00
2014-12-14 01:26:11 +00:00
0.1.0: (2014-12-13)
- Initial release