mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
[jak2] fill in a lot of flags for decomp + mouse macros (#2927)
Also changed the default type of enums to `int64` (same as `int`).
This commit is contained in:
@@ -1873,6 +1873,10 @@ std::string fixed_operator_to_string(FixedOperatorKind kind) {
|
||||
return "cpad-pressed?";
|
||||
case FixedOperatorKind::CPAD_HOLD_P:
|
||||
return "cpad-hold?";
|
||||
case FixedOperatorKind::MOUSE_PRESSED_P:
|
||||
return "mouse-pressed?";
|
||||
case FixedOperatorKind::MOUSE_HOLD_P:
|
||||
return "mouse-hold?";
|
||||
case FixedOperatorKind::VECTOR_LENGTH:
|
||||
return "vector-length";
|
||||
case FixedOperatorKind::VECTOR_PLUS_FLOAT_TIMES:
|
||||
|
||||
Reference in New Issue
Block a user