mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 14:02:41 +00: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