mirror of
https://github.com/open-goal/jak-project
synced 2026-09-13 05:05:48 -04:00
ee-analysis: Output and append to JSON file (#580)
ee-analysis: Output and append to JSON file
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ tasks:
|
||||
- python ./scripts/cleanup-all-types.py
|
||||
analyze-ee-memory:
|
||||
cmds:
|
||||
- ./out/build/Debug/bin/memory_dump_tool.exe "{{.FILE}}" > ee-analysis.log
|
||||
- ./out/build/Debug/bin/memory_dump_tool.exe "{{.FILE}}" ./ > ee-analysis.log
|
||||
watch-pcsx2:
|
||||
cmds:
|
||||
- watchmedo shell-command --drop --patterns="*.p2s" --recursive --command='task analyze-ee-memory FILE="${watch_src_path}"' "{{.SAVESTATE_DIR}}"
|
||||
|
||||
Reference in New Issue
Block a user