From 9ea438e1f06d1f4a9d686f05203615aaa736676a Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Mon, 28 May 2018 23:15:34 -0700 Subject: [PATCH] Qt: Improve FPS timer stability --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 5b324f977..b6692afb6 100644 --- a/CHANGES +++ b/CHANGES @@ -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)