mirror of https://github.com/mgba-emu/mgba.git
DS Video: Fix blend bit on windows for 3D layer (fixes #611)
This commit is contained in:
parent
d4134c8227
commit
1549661140
1
CHANGES
1
CHANGES
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue