mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix Z-buffering. not really clean, and not perfectly accurate.
This commit is contained in:
@ -46,6 +46,7 @@ typedef struct
|
||||
s32 FinalZ[10];
|
||||
s32 FinalW[10];
|
||||
u8 WShift;
|
||||
bool WBuffer;
|
||||
|
||||
u32 Attr;
|
||||
u32 TexParam;
|
||||
|
Reference in New Issue
Block a user