mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 02:42:40 +00:00
Added predicate comparison LessEqualWithNan (#1736)
* Added predicate comparison LessEqualWithNan * oops * Clang fix
This commit is contained in:
@@ -153,6 +153,7 @@ enum class PredCondition : u64 {
|
||||
NotEqual = 5,
|
||||
GreaterEqual = 6,
|
||||
LessThanWithNan = 9,
|
||||
LessEqualWithNan = 11,
|
||||
GreaterThanWithNan = 12,
|
||||
NotEqualWithNan = 13,
|
||||
GreaterEqualWithNan = 14,
|
||||
|
||||
Reference in New Issue
Block a user