CHANGES: Fix bugzilla link

This commit is contained in:
Vicki Pfau 2019-05-27 14:45:02 -07:00
parent ebe765d1cd
commit 7349a1dab3
1 changed files with 1 additions and 1 deletions

View File

@ -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