Merged in DR v1.4.1.11

This commit is contained in:
codemann8
2024-04-25 15:06:59 -05:00
20 changed files with 327 additions and 213 deletions

2
Gui.py
View File

@@ -44,7 +44,7 @@ def save_settings(gui, args, filename):
if not os.path.exists(settings_path):
os.makedirs(settings_path)
output_args = {}
settings = ["create_rom", "suppress_rom", "bps", "create_spoiler", "suppress_spoiler",
settings = ["create_rom", "suppress_rom", "bps", "spoiler",
"calc_playthrough", "skip_playthrough", "print_custom_yaml",
"settingsonload", "rom", "outputpath"]
if filename == "settings.json":