mirror of https://github.com/mgba-emu/mgba.git
CHANGES: Update for 0.9.1
This commit is contained in:
parent
84d8c3727c
commit
29732113ea
5
CHANGES
5
CHANGES
|
@ -1,6 +1,10 @@
|
||||||
0.10.0: (Future)
|
0.10.0: (Future)
|
||||||
Features:
|
Features:
|
||||||
- Tool for converting scanned pictures of e-Reader cards to raw dotcode data
|
- Tool for converting scanned pictures of e-Reader cards to raw dotcode data
|
||||||
|
Misc:
|
||||||
|
- Qt: Rearrange menus some
|
||||||
|
|
||||||
|
0.9.1: (2021-04-18)
|
||||||
Emulation fixes:
|
Emulation fixes:
|
||||||
- ARM: Fix LDM^ with empty rlist (fixes mgba.io/i/2127)
|
- ARM: Fix LDM^ with empty rlist (fixes mgba.io/i/2127)
|
||||||
- Core: Fix first event scheduling after loading savestate
|
- Core: Fix first event scheduling after loading savestate
|
||||||
|
@ -26,7 +30,6 @@ Misc:
|
||||||
- GBA: Default-enable VBA bug compat for Ruby and Emerald ROM hacks
|
- GBA: Default-enable VBA bug compat for Ruby and Emerald ROM hacks
|
||||||
- GBA Memory: Log GPIO writes on non-GPIO carts as Pak Hardware instead of Memory
|
- GBA Memory: Log GPIO writes on non-GPIO carts as Pak Hardware instead of Memory
|
||||||
- Qt: Add ROM filename and size to bug reporter
|
- Qt: Add ROM filename and size to bug reporter
|
||||||
- Qt: Rearrange menus some
|
|
||||||
- Qt: Improve handling of disabling VBA bug compat mode (fixes mgba.io/i/2129)
|
- Qt: Improve handling of disabling VBA bug compat mode (fixes mgba.io/i/2129)
|
||||||
|
|
||||||
0.9.0: (2021-03-28)
|
0.9.0: (2021-03-28)
|
||||||
|
|
Loading…
Reference in New Issue