Qt: Improve FPS timer stability

This commit is contained in:
Vicki Pfau 2018-05-28 23:15:34 -07:00
parent 2ee648a2bb
commit 9ea438e1f0
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Bugfixes:
- GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409)
- GBA Video: Start timing mid-scanline when skipping BIOS
- Core: Fix audio sync breaking when interrupted
- Qt: Improve FPS timer stability
Misc:
- GBA Timer: Use global cycles for timers
- GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)