Added new option to export pre-seed customizer template yaml

This commit is contained in:
codemann8
2023-12-14 15:12:48 -06:00
parent 159dbcd8db
commit 0e0df12677
8 changed files with 51 additions and 32 deletions

View File

@@ -147,6 +147,7 @@ SETTINGSTOPROCESS = {
"createspoiler": "create_spoiler",
"createrom": "create_rom",
"calcplaythrough": "calc_playthrough",
"print_template_yaml": "print_template_yaml",
"print_custom_yaml": "print_custom_yaml",
"settingsonload": "settingsonload"
}