mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 19:52:01 -04:00
decompiler: obj -> this, set-time! and time-elapsed? macros (#3026)
This renames the method object in `defmethod`s to `this` and adds detection for the `set-time!` and `time-elapsed?` macros. Definitely my biggest PR yet...
This commit is contained in:
@@ -202,7 +202,7 @@ TEST_F(FormRegressionTestJak1, EliminateFloatDeadSet) {
|
||||
" (f0-1 0.0)\n"
|
||||
" (f2-2\n"
|
||||
" (+\n"
|
||||
" (the float (mod (the-as uint (-> *display* base-frame-counter)) v1-0))\n"
|
||||
" (the float (mod (the-as uint (current-time)) v1-0))\n"
|
||||
" (-> arg0 offset)\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
|
||||
Reference in New Issue
Block a user