mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Add back the default case to the triviallytrue functions.
This commit is contained in:
@@ -93,6 +93,8 @@ static bool IsAlphaTestTriviallyTrue() {
|
||||
case GE_COMP_LESS:
|
||||
case GE_COMP_NOTEQUAL:
|
||||
return false;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,6 +110,8 @@ static bool IsColorTestTriviallyTrue() {
|
||||
case GE_COMP_EQUAL:
|
||||
case GE_COMP_NOTEQUAL:
|
||||
return false;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user