mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 04:26:09 -04:00
d/jak2: finish the majority of sparticle and sparticle-launcher (#1840)
* sparticle-launcher * d/jak2: large amount of `sparticle-launcher` done * d/jak2: finish the majority of `sparticle` * decomp: improve format code ignoring * d/jak2: make bits unique in `sp-cpuinfo-flag` * d/jak1: revert config change
This commit is contained in:
@@ -87,6 +87,6 @@ def update_all_blocks(game_name, block_dict):
|
||||
else:
|
||||
final_lines.append(line)
|
||||
i = i + 1
|
||||
# Update the file contents
|
||||
with open(path, "w") as f:
|
||||
f.writelines(final_lines)
|
||||
# Update the file contents
|
||||
with open(path, "w") as f:
|
||||
f.writelines(final_lines)
|
||||
|
||||
Reference in New Issue
Block a user