This commit is contained in:
恍兮惚兮 2024-04-12 17:38:57 +08:00
parent ecb4a87794
commit d43673f3c8
2 changed files with 1 additions and 4 deletions

View File

@ -94,9 +94,7 @@ def getdefaultsavehook(gamepath, title=None):
"autosavesavedata": "", "autosavesavedata": "",
"developers": [], "developers": [],
} }
if gamepath == "0": if title and len(title):
default["title"] = "No Game"
elif title and len(title):
default["title"] = title default["title"] = title
else: else:
default["title"] = ( default["title"] = (

View File

@ -179,7 +179,6 @@ def checkifnewgame(gamepath, title=None):
dispatachtask(gamepath) dispatachtask(gamepath)
checkifnewgame("0")
kanjichs2ja = str.maketrans(static_data["kanjichs2ja"]) kanjichs2ja = str.maketrans(static_data["kanjichs2ja"])