Update CHANGES appropriately.

This commit is contained in:
waddlesplash 2017-05-16 16:57:36 -04:00 committed by endrift
parent d04767eae2
commit ccfb9f24f5
1 changed files with 2 additions and 0 deletions

View File

@ -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: