all repos — mgba @ ccfb9f24f53c4d5d0d78573d46fe7bcea60126bd

mGBA Game Boy Advance Emulator

Update CHANGES appropriately.
waddlesplash waddlesplash@gmail.com
Tue, 16 May 2017 16:57:36 -0400
commit

ccfb9f24f53c4d5d0d78573d46fe7bcea60126bd

parent

d04767eae23748c6937709b4f371702b84153675

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -55,6 +55,7 @@ - Test: Don't rely on core for frames elapsed

- 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 @@ - VFS: Optimize expanding in-memory files

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