mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build fix
This commit is contained in:
parent
ca14f364d9
commit
59599a62d3
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ static inline bool DepthTestPassed(int x, int y, u16 z)
|
|||
if (gstate.isModeClear())
|
||||
return true;
|
||||
|
||||
switch (gstate.getDepthTestFunc()) {
|
||||
switch (gstate.getDepthTestFunction()) {
|
||||
case GE_COMP_NEVER:
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue