all repos — mgba @ ddefa075381ca5a799b9ee0a7c8f8e55d4877c02

mGBA Game Boy Advance Emulator

CHANGES: Update for 0.8.2
Vicki Pfau vi@endrift.com
Sun, 14 Jun 2020 19:46:01 -0700
commit

ddefa075381ca5a799b9ee0a7c8f8e55d4877c02

parent

7f975f56f7ed33c3c1aef122fd52bc0c5bc8e31c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M CHANGESCHANGES

@@ -1,4 +1,4 @@

-0.8.2: (Future) +0.8.2: (2020-06-14) Emulation fixes: - ARM: Fix timing on Thumb shift instructions - GB: Fix GBC game registers after skipping BIOS

@@ -22,7 +22,7 @@ - ARM Debugger: Clear low bit on breakpoint addresses (fixes mgba.io/i/1764)

- CMake: Always use devkitPro toolchain when applicable (fixes mgba.io/i/1755) - Core: Fix ELF loading regression (fixes mgba.io/i/1669) - Core: Fix crash modifying hash table entry (fixes mgba.io/i/1673) - - GB Video: Fix some cases where SGB border doesn't draw to mutli-buffers + - GB Video: Fix some cases where SGB border doesn't draw to multi-buffers - GBA: Reject incorrectly sized BIOSes - GBA: Break infinite loop for 0-frame mVLs (fixes mgba.io/i/1723) - Qt: Fix OpenGL 2.1 support (fixes mgba.io/i/1678)