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