From 7349a1dab348698f22306478cbab1f5d629a48bb Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Mon, 27 May 2019 14:45:02 -0700 Subject: [PATCH] CHANGES: Fix bugzilla link --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e41f1f538..b4180940d 100644 --- a/CHANGES +++ b/CHANGES @@ -56,7 +56,7 @@ Emulation fixes: - GBA Memory: Prevent writing to mirrored BG VRAM (fixes mgba.io/i/743) - GBA Video: Fix scanline cache with scale factor change edge cases - GBA Video: Fix sprite mosaic clamping (fixes mgba.io/i/1008) - - GBA Video: Implement mosaic on transformed sprites (fixes mgba.io/b/9) + - GBA Video: Implement mosaic on transformed sprites (fixes mgba.io/b/5) Other fixes: - 3DS: Ensure core 2 can be used for threaded renderer (fixes mgba.io/i/1371) - All: Fix several memory leaks