Skip to content

Commit

Permalink
Switch to RomFS mode (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit authored May 22, 2024
1 parent 57a974d commit 8fdf8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_samus_returns_rando/samus_returns_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ def patch_extracted(input_path: Path, output_path: Path, configuration: dict) ->
editor.flush_modified_assets()

LOG.info("Saving modified pkgs to %s", out_romfs)
editor.save_modifications(out_romfs, OutputFormat.PKG)
editor.save_modifications(out_romfs, OutputFormat.ROMFS)

LOG.info("Done")

0 comments on commit 8fdf8a1

Please sign in to comment.