- Added zzip as a mandatory dependency on the VisualC project file
- Fixed a compile problem on VisualC
This commit is contained in:
parent
9c6077f0c2
commit
f30980da73
|
@ -272,11 +272,11 @@ void NDS_glClDepth()
|
||||||
|
|
||||||
void NDS_glClearDepth(unsigned long v)
|
void NDS_glClearDepth(unsigned long v)
|
||||||
{
|
{
|
||||||
|
u32 depth24b;
|
||||||
|
|
||||||
if(beginCalled)
|
if(beginCalled)
|
||||||
glEnd();
|
glEnd();
|
||||||
|
|
||||||
u32 depth24b;
|
|
||||||
|
|
||||||
v &= 0x7FFFF;
|
v &= 0x7FFFF;
|
||||||
depth24b = (v*0x200)+((v+1)/0x8000);
|
depth24b = (v*0x200)+((v+1)/0x8000);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue