mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 13:53:01 -04:00
decomp: Decompile ripple (#512)
* decomp: Decompile `ripple` * decomp: Finish decompiling `ripple` * update necessary src files
This commit is contained in:
+8
-1
@@ -47,5 +47,12 @@ tasks:
|
||||
- watchmedo shell-command --drop --patterns="*.p2s" --recursive --command='task analyze-ee-memory FILE="${watch_src_path}"' "{{.SAVESTATE_DIR}}"
|
||||
vars:
|
||||
SAVESTATE_DIR: '{{default "." .SAVESTATE_DIR}}'
|
||||
|
||||
offline-tests:
|
||||
cmds:
|
||||
- ./out/build/Debug/bin/offline-test.exe "./iso_data/jak1"
|
||||
update-reference-tests:
|
||||
cmds:
|
||||
- ./out/build/Debug/bin/offline-test.exe "./iso_data/jak1" --dump-mode
|
||||
- python .\scripts\update_decomp_reference.py .\failures\ .\test\decompiler\reference\
|
||||
- task: offline-tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user