DS Video: Fix blend bit on windows for 3D layer (fixes #611)

This commit is contained in:
Vicki Pfau 2017-04-11 18:39:16 -07:00
parent d4134c8227
commit 1549661140
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Bugfixes:
- DS Video: Bitmap sprites use alpha bit for transparent - DS Video: Bitmap sprites use alpha bit for transparent
- DS GX: Fix 4-color texture coordinates - DS GX: Fix 4-color texture coordinates
- DS GX: Reset polygon attributes between buffer swaps - DS GX: Reset polygon attributes between buffer swaps
- DS Video: Fix blend bit on windows for 3D layer (fixes mgba.io/i/611)
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: 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 - DS Memory: Ensure DS9 I/O is 8-byte aligned