From b00a04099f16a99adfa81ab6874bb08d2f82c810 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 28 Jan 2023 22:40:57 -0800 Subject: [PATCH] CHANGES: Wrong bug report --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ad269f26b..65b314926 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Emulation fixes: - GBA Memory: Make VRAM access stalls only apply to BG RAM Other fixes: - - Core: Allow sending thread requests to a crashed core (fixes mgba.io/i/2785) + - Core: Allow sending thread requests to a crashed core (fixes mgba.io/i/2784) - Qt: Fix crash when attempting to use OpenGL 2.1 to 3.1 (fixes mgba.io/i/2794) - Qt: Disable sync while running scripts from main thread (fixes mgba.io/i/2738) Misc: