jak1: Consolidate art-elts into a single file as is done in jak 2 (#2887)

Fixes #2167

Reduces test flakiness if ran on multiple threads and gets rid of a few
hundred files from the source tree

I believe this also makes #1434 irrelevant and it can be closed.

---------

Co-authored-by: ManDude <7569514+ManDude@users.noreply.github.com>
This commit is contained in:
Tyler Wilding
2023-08-18 09:07:24 -06:00
committed by GitHub
parent 959dffa427
commit 66e48195cb
669 changed files with 2917 additions and 6836 deletions
+2
View File
@@ -110,6 +110,8 @@ OfflineTestCompileResult compile(OfflineTestDecompiler& dc,
{"test", "decompiler", "reference", config.game_name, "decompiler-macros.gc"});
if (config.game_name == "jak2") {
compiler.run_front_end_on_file({"goal_src", "jak2", "engine", "data", "art-elts.gc"});
} else if (config.game_name == "jak1") {
compiler.run_front_end_on_file({"goal_src", "jak1", "engine", "data", "art-elts.gc"});
}
int total_lines = 0;