mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
9351bf782e
And everything else needed for them! A couple functions are bad currently. - fixes #1929 - untested on linux - fixes #1924 - now you need to type `,` before a lambda you want to put in a pair. - fix debugger symbol table in jak 2 - made the decompiler output `(meters 2)` instead of `(meters 2.0)` - fixed a bug with the bitfield enum special -1 case - made bad game text decomp not exit the decompiler - added `editable-player` and `script`
6 lines
217 B
Batchfile
6 lines
217 B
Batchfile
@echo off
|
|
cd ..\..
|
|
out\build\Release\bin\offline-test -d --iso_data_path iso_data\jak2\ --game jak2
|
|
python3 scripts\update_decomp_reference.py failures\ test\decompiler\reference\ --game jak2
|
|
RMDIR /Q/S failures
|
|
pause |