mirror of https://github.com/mgba-emu/mgba.git
Update CHANGES appropriately.
This commit is contained in:
parent
d04767eae2
commit
ccfb9f24f5
2
CHANGES
2
CHANGES
|
@ -55,6 +55,7 @@ Bugfixes:
|
||||||
- Test: Fix crash when loading invalid file
|
- Test: Fix crash when loading invalid file
|
||||||
- GBA Hardware: Fix crash if a savestate lies about game hardware
|
- GBA Hardware: Fix crash if a savestate lies about game hardware
|
||||||
- Test: Fix crash when fuzzing fails to load a file
|
- Test: Fix crash when fuzzing fails to load a file
|
||||||
|
- Qt: Disable "New multiplayer window" when MAX_GBAS is reached (fixes mgba.io/i/107)
|
||||||
Misc:
|
Misc:
|
||||||
- SDL: Remove scancode key input
|
- SDL: Remove scancode key input
|
||||||
- GBA Video: Clean up unused timers
|
- GBA Video: Clean up unused timers
|
||||||
|
@ -113,6 +114,7 @@ Misc:
|
||||||
- VFS: Add VFileFIFO for operating on circle buffers
|
- VFS: Add VFileFIFO for operating on circle buffers
|
||||||
- Core: Move rewind diffing to its own thread
|
- Core: Move rewind diffing to its own thread
|
||||||
- Util: Tune patch-fast extent sizes
|
- Util: Tune patch-fast extent sizes
|
||||||
|
- Qt: Relax hard dependency on OpenGL
|
||||||
|
|
||||||
0.5.2: (2016-12-31)
|
0.5.2: (2016-12-31)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
Loading…
Reference in New Issue