From f3b5de1f29f24b4a1b4d03787f5f7154d635ceee Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Wed, 26 Apr 2017 12:24:05 -0700 Subject: [PATCH] All: Update CHANGES for alpha 2 --- CHANGES | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGES b/CHANGES index 18b108144b4..18823a7dc6c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,43 +1,43 @@ -medusa alpha 2: (Future) +medusa alpha 2: (2017-04-26) Features: - DS Audio: Add PSG audio - - DS Video: Add display capture blending - DS Slot-1: Improve savedata setup via IPC sniffing + - DS Video: Add display capture blending Bugfixes: - - DS Video: Fix VRAM mirroring in the renderer (fixes mgba.io/i/561) - - DS Video: Fix extended modes 1.x screen base range (fixes mgba.io/i/568) + - DS: Fix exposed CPU frequencies and audio timing + - DS Audio: Fix audio sampling slightly too quickly - DS GX: Fix T-repeat textures (fixes mgba.io/i/577) - - DS Video: Capture with alpha bit set - - DS Video: Bitmap sprites use alpha bit for transparent - DS GX: Fix 4-color texture coordinates - - DS Video: Fix blend bit on windows for 3D layer (fixes mgba.io/i/611) - DS GX: Hack around writing to a full FIFO that has a swap pending (fixes mgba.io/i/608) - - DS Video: Enable overflow bit on extended affine modes - - DS Video: Fix extended mode 0 without extended palettes - - DS Video: Fix caputre stride - - DS Video: Fix affine transformations in video capture - DS GX: Fix bitmap textures when no palette is mapped (fixes mgba.io/i/628) - DS GX: Don't reset state between buffer swaps (fixes mgba.io/i/642) - DS GX: Allow viewport to change in the middle of a frame - DS GX: Properly mask address for slot 2 4x4-texel textures - - DS Slot-1: Emulate initial SPI command delay - - DS: Fix exposed CPU frequencies and audio timing - - DS Audio: Fix audio sampling slightly too quickly - - Feature: Fix resizing GIF buffer (fixes mgba.io/i/695) - DS GX: Retain translucent polygon ID when drawing opaque fragments (fixes mgba.io/i/661) - - DS Timers: Fix ARM9 timers running too fast - DS GX: Fix DMAs triggering too frequently (fixes mgba.io/i/620, mgba.io/i/583) - DS GX: Fix large textures wrapping + - DS Slot-1: Emulate initial SPI command delay + - DS Timers: Fix ARM9 timers running too fast + - DS Video: Fix VRAM mirroring in the renderer (fixes mgba.io/i/561) + - DS Video: Fix extended modes 1.x screen base range (fixes mgba.io/i/568) + - DS Video: Capture with alpha bit set + - DS Video: Bitmap sprites use alpha bit for transparent + - DS Video: Fix blend bit on windows for 3D layer (fixes mgba.io/i/611) + - DS Video: Enable overflow bit on extended affine modes + - DS Video: Fix extended mode 0 without extended palettes + - DS Video: Fix caputre stride + - DS Video: Fix affine transformations in video capture + - Feature: Fix resizing GIF buffer (fixes mgba.io/i/695) Misc: - - DS: Set boot complete bit in RAM on boot (fixes mgba.io/i/576, mgba.io/i/580, mgba.io/i/586) - - DS Memory: Ensure DS9 I/O is 8-byte aligned - ARM9: Implement SMLAW and SMULW - - Qt: Add .nds files to the extension list in Info.plist - ARM9: Implement STRD/LDRD + - DS: Set boot complete bit in RAM on boot (fixes mgba.io/i/576, mgba.io/i/580, mgba.io/i/586) - DS: Attempt to detect if a game is homebrew - - Qt: Add .srl as an extension for DS ROMs - - FFmpeg: Allow framerate to be adjusted + - DS Memory: Ensure DS9 I/O is 8-byte aligned - DS Slot-1: Emulate KEY delay + - FFmpeg: Allow framerate to be adjusted + - Qt: Add .nds files to the extension list in Info.plist + - Qt: Add .srl as an extension for DS ROMs 0.6.0: (Future) Features: