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": "",
"developers": [],
}
if gamepath == "0":
default["title"] = "No Game"
elif title and len(title):
if title and len(title):
default["title"] = title
else:
default["title"] = (

View File

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