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
|
||||
- GBA Hardware: Fix crash if a savestate lies about game hardware
|
||||
- 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:
|
||||
- SDL: Remove scancode key input
|
||||
- GBA Video: Clean up unused timers
|
||||
|
@ -113,6 +114,7 @@ Misc:
|
|||
- VFS: Add VFileFIFO for operating on circle buffers
|
||||
- Core: Move rewind diffing to its own thread
|
||||
- Util: Tune patch-fast extent sizes
|
||||
- Qt: Relax hard dependency on OpenGL
|
||||
|
||||
0.5.2: (2016-12-31)
|
||||
Bugfixes:
|
||||
|
|
Loading…
Reference in New Issue