From 2ab3fafeec04026aaf8e4f0523c2892c011aefb2 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 8 Apr 2017 13:48:56 -0700 Subject: [PATCH] Update CHANGES for medusa alpha 1 --- CHANGES | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 61f17ff50b7..8417b570eaa 100644 --- a/CHANGES +++ b/CHANGES @@ -19,9 +19,6 @@ Bugfixes: - GBA BIOS: Implement BitUnPack - ARM7: Fix MLA/*MULL/*MLAL timing - GBA: Fix multiboot ROM loading - - SDL: Prevent crash on cores with no audio - - ARM7: Decode MCR/MRC - - ARM7: Clean up instruction decoding for future expandability - Libretro: Fix saving in GB games (fixes mgba.io/i/486) - LR35902: Fix pc overflowing current region off-by-one - GB MBC: Fix ROM bank overflows getting set to bank 0 @@ -38,7 +35,6 @@ Bugfixes: - SDL: Fix race condition with audio thread when starting - GB: Fix flickering when screen is strobed quickly - FFmpeg: Fix overflow and general issues with audio encoding - - Core: Don't save state if core fails to serialize - Qt: Fix crash when changing audio settings after a game is closed Misc: - SDL: Remove scancode key input @@ -90,6 +86,15 @@ Misc: - FFmpeg: Force MP4 files to YUV420P - Qt: Make "Mute" able to be bound to a key +medusa alpha 1: (2017-04-08) +Features: + - Partial DS Support +Bugfixes: + - SDL: Prevent crash on cores with no audio + - ARM7: Decode MCR/MRC + - ARM7: Clean up instruction decoding for future expandability + - Core: Don't save state if core fails to serialize + 0.5.2: (2016-12-31) Bugfixes: - All: Fix fullscreen config option being ignored