From d93e042e5bb10341f7d9cc4832f287b1e2626779 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sun, 24 Feb 2019 17:33:16 -0800 Subject: [PATCH] CHANGES: Update for 0.7.1 --- CHANGES | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGES b/CHANGES index b7829157363..e88b6dcd3ed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,27 +1,27 @@ -0.7.1: (Future) +0.7.1: (2019-02-24) Bugfixes: - - Switch: Fix final cleanup (fixes mgba.io/i/1283) - - Qt: Fix tile and sprite views not always displaying at first + - 3DS: Work around menu freezing (fixes mgba.io/i/1294) + - GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM + - GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293) + - GB, GBA Serialize: Fix loading two states in a row + - GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318) + - GBA DMA: Fix Display Start DMAs + - GBA DMA: Fix DMA start/end timing + - GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301) - GBA Memory: Fix a few AGBPrint crashes - GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory - - GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293) - - Qt: Fix audio context holding onto closed game controller - - Switch: Fix gyroscope orientation (fixes mgba.io/i/1300) - GBA SIO: Prevent writing read-only multiplayer bits - - Qt: Fix color picking in sprite view (fixes mgba.io/i/1307) - - GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM + - GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317) - Python: Fix crash when deleting files owned by library - Python: Make sure GB link object isn't GC'd before GB object - - GBA DMA: Fix Display Start DMAs - - GBA DMA: Fix DMA start/end timing + - PSP2: Fix file descriptors dying on suspend (fixes mgba.io/i/1123) + - Qt: Fix tile and sprite views not always displaying at first + - Qt: Fix audio context holding onto closed game controller + - Qt: Fix color picking in sprite view (fixes mgba.io/i/1307) - Qt: Fix window icon on X11 - - GB, GBA Serialize: Fix loading two states in a row - - GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317) - Qt: Fix quick load recent accidentally saving (fixes mgba.io/i/1309) - - GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318) - - 3DS: Work around menu freezing (fixes mgba.io/i/1294) - - GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301) - - PSP2: Fix file descriptors dying on suspend (fixes mgba.io/i/1123) + - Switch: Fix final cleanup (fixes mgba.io/i/1283) + - Switch: Fix gyroscope orientation (fixes mgba.io/i/1300) Misc: - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274) - Qt: Updated Italian translation (by Vecna)