Post-Merge Cleanup

This commit is contained in:
Fabian Dill
2021-11-12 14:36:34 +01:00
parent 77ec8d4141
commit 4a8ba0575f
6 changed files with 51 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ class Version(typing.NamedTuple):
build: int
__version__ = "0.1.9"
__version__ = "0.2.0"
version_tuple = tuplize_version(__version__)
import builtins
@@ -162,7 +162,7 @@ def get_default_options() -> dict:
"executable": "factorio\\bin\\x64\\factorio",
},
"sm_options": {
"rom_file": "Super Metroid (JU)[!].sfc",
"rom_file": "Super Metroid (JU).sfc",
"sni": "SNI",
"rom_start": True,
},