From fbe66fb4d0f609b5547cb208f4dc5ed328bcfc7f Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sun, 3 Apr 2022 16:01:39 -0700 Subject: [PATCH] CHANGES: Remove bug that wasn't actually fixed --- CHANGES | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9f517ed2c..f3d139d0d 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,6 @@ Emulation fixes: - GBA Video: Ignore horizontally off-screen sprite timing (fixes mgba.io/i/2391) - GBA Video: Fix rare crash in modes 3-5 Other fixes: - - 3DS: Ensure writes update file modification time (fixes mgba.io/i/2444) - FFmpeg: Fix crash when encoding audio with some containers - FFmpeg: Fix GIF recording (fixes mgba.io/i/2393) - GB, GBA: Save writeback-pending masked saves on unload (fixes mgba.io/i/2396)