mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 06:30:44 -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:
@@ -736,6 +736,7 @@ void SSA::make_vars(const Function& function, const DecompilerTypeSystem& dts) {
|
||||
event_handler_hack = function.guessed_name.is_event_handler() ||
|
||||
function.guessed_name.to_string() == "target-generic-event-handler" ||
|
||||
function.guessed_name.to_string() == "target-standard-event-handler" ||
|
||||
function.guessed_name.to_string() == "target-board-handler" ||
|
||||
function.guessed_name.to_string() == "(method 74 pegasus)" ||
|
||||
function.guessed_name.to_string() == "(method 74 crimson-guard-level)" ||
|
||||
function.guessed_name.to_string() == "widow-handler" ||
|
||||
|
||||
Reference in New Issue
Block a user