From ddefa075381ca5a799b9ee0a7c8f8e55d4877c02 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sun, 14 Jun 2020 19:46:01 -0700 Subject: [PATCH] CHANGES: Update for 0.8.2 --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index bb4d00bbb..6c17edab8 100644 --- a/CHANGES +++ b/CHANGES @@ -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 @@ Other fixes: - 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)