From 32f5bb985d87913fed348609053f3944ecca604b Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Tue, 9 Feb 2016 02:01:21 -0800 Subject: [PATCH] Qt: Fix hang if audio sync is enabled and audio fails to initialize --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ac38cc9d2..e9a3ee4e0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Bugfixes: - VFS: Fix reading 7z archives without rewinding first - Qt: Fix sending gameStopped twice + - Qt: Fix hang if audio sync is enabled and audio fails to initialize Misc: - GBA: Slightly optimize GBAProcessEvents