diff --git a/tools/splat/.gitrepo b/tools/splat/.gitrepo index f024d37476..96b0ac92e4 100644 --- a/tools/splat/.gitrepo +++ b/tools/splat/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/ethteck/splat.git branch = master - commit = 42786d2a77813ab4aa9e34f010f0e783a4f336d9 - parent = 4141881c33fb386869a5cd512e9e19dc7f4cb683 + commit = e2b731ab198c1d8400412ffd09252deca65253d2 + parent = 4201a08a28b6d6f070b35f97e3ba726b5448893b method = merge cmdver = 0.4.3 diff --git a/tools/splat/split.py b/tools/splat/split.py index 902d59bbde..57468af67f 100755 --- a/tools/splat/split.py +++ b/tools/splat/split.py @@ -280,7 +280,7 @@ def main(rom_path, config_path, repo_path, modes, verbose, ignore_cache=False): cache = {} # Initialize segments - all_segments = initialize_segments(options, config_path, config["segments"], platform) + all_segments = initialize_segments(options, config_path, config["segments"]) for segment in all_segments: if platform == "n64" and type(segment) == N64SegCode: # remove special-case sometime