mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
initialize clearZ to 0x7FFF. fixes #38
This commit is contained in:
@ -339,8 +339,9 @@ void Reset()
|
|||||||
NumVertices = 0;
|
NumVertices = 0;
|
||||||
NumPolygons = 0;
|
NumPolygons = 0;
|
||||||
|
|
||||||
ClearAttr1 = 0;
|
// TODO: confirm initial polyid/color/fog values
|
||||||
ClearAttr2 = 0;
|
ClearAttr1 = 0x3F000000;
|
||||||
|
ClearAttr2 = 0x00007FFF;
|
||||||
|
|
||||||
FlushRequest = 0;
|
FlushRequest = 0;
|
||||||
FlushAttributes = 0;
|
FlushAttributes = 0;
|
||||||
|
Reference in New Issue
Block a user