mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 05:47:56 -05:00
Added predicate comparison GreaterEqualWithNan
This commit is contained in:
@ -147,6 +147,7 @@ enum class PredCondition : u64 {
|
||||
LessThanWithNan = 9,
|
||||
GreaterThanWithNan = 12,
|
||||
NotEqualWithNan = 13,
|
||||
GreaterEqualWithNan = 14,
|
||||
// TODO(Subv): Other condition types
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user