jak-project/common/repl
Tyler Wilding 10ac78200b
repl: add gameVersionFolder to repl-config for running the non-default version (#2463)
Adds a decent way to customize the folders the project file expects the
iso data and decompiler data to be in. When you run any version other
than the default, for example Jak 1 PAL, it uses the `gameName`
decompiler config to consume and output it's results.

However the project file will assume `jak1` unless you hard-code it
differently -- basically, it needs to be explicitly told just the
decompiler is told what version to use.

We now have a per-user REPL Config json file, so that can be used to
override the default `jak1` behaviour.

Fixes #1993
2023-04-11 17:57:20 -04:00
..
nrepl goalc/repl: cleanup of goalc/REPL code and some QoL improvements (#2104) 2023-01-07 11:24:02 -05:00
config.cpp repl: add gameVersionFolder to repl-config for running the non-default version (#2463) 2023-04-11 17:57:20 -04:00
config.h repl: add gameVersionFolder to repl-config for running the non-default version (#2463) 2023-04-11 17:57:20 -04:00
util.cpp repl: support game-specific startup.gc files (#2176) 2023-01-30 20:45:03 -05:00
util.h repl: support game-specific startup.gc files (#2176) 2023-01-30 20:45:03 -05:00