mirror of https://github.com/mgba-emu/mgba.git
All: Update CHANGES for alpha 2
This commit is contained in:
parent
cdf46fb987
commit
f3b5de1f29
42
CHANGES
42
CHANGES
|
@ -1,43 +1,43 @@
|
||||||
medusa alpha 2: (Future)
|
medusa alpha 2: (2017-04-26)
|
||||||
Features:
|
Features:
|
||||||
- DS Audio: Add PSG audio
|
- DS Audio: Add PSG audio
|
||||||
- DS Video: Add display capture blending
|
|
||||||
- DS Slot-1: Improve savedata setup via IPC sniffing
|
- DS Slot-1: Improve savedata setup via IPC sniffing
|
||||||
|
- DS Video: Add display capture blending
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- DS Video: Fix VRAM mirroring in the renderer (fixes mgba.io/i/561)
|
- DS: Fix exposed CPU frequencies and audio timing
|
||||||
- DS Video: Fix extended modes 1.x screen base range (fixes mgba.io/i/568)
|
- DS Audio: Fix audio sampling slightly too quickly
|
||||||
- DS GX: Fix T-repeat textures (fixes mgba.io/i/577)
|
- 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 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 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: 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: 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: Allow viewport to change in the middle of a frame
|
||||||
- DS GX: Properly mask address for slot 2 4x4-texel textures
|
- 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 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 DMAs triggering too frequently (fixes mgba.io/i/620, mgba.io/i/583)
|
||||||
- DS GX: Fix large textures wrapping
|
- 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:
|
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<y> and SMULW<y>
|
- ARM9: Implement SMLAW<y> and SMULW<y>
|
||||||
- Qt: Add .nds files to the extension list in Info.plist
|
|
||||||
- ARM9: Implement STRD/LDRD
|
- 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
|
- DS: Attempt to detect if a game is homebrew
|
||||||
- Qt: Add .srl as an extension for DS ROMs
|
- DS Memory: Ensure DS9 I/O is 8-byte aligned
|
||||||
- FFmpeg: Allow framerate to be adjusted
|
|
||||||
- DS Slot-1: Emulate KEY delay
|
- 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)
|
0.6.0: (Future)
|
||||||
Features:
|
Features:
|
||||||
|
|
Loading…
Reference in New Issue