mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -04:00
jak2: focus-test? macro, fix (zero? (logand ...)) -> (not (logtest? ...)) detection (#2321)
There are *a lot* of file changes and while I have carefully gone through every gsrc change to fix up manual patches, there might still be spots that I missed.
This commit is contained in:
@@ -1877,6 +1877,8 @@ std::string fixed_operator_to_string(FixedOperatorKind kind) {
|
||||
return "vector-length";
|
||||
case FixedOperatorKind::VECTOR_PLUS_FLOAT_TIMES:
|
||||
return "vector+float*!";
|
||||
case FixedOperatorKind::FOCUS_TEST:
|
||||
return "focus-test?";
|
||||
default:
|
||||
ASSERT(false);
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user