Add JSON schema for player settings, which playerSettings.yaml (formerly easy.yaml) will need to conform to when parsed to JSON.

This commit is contained in:
Chris Wilson
2020-08-22 19:03:09 -04:00
parent b5048d99b9
commit c57374a5ff
4 changed files with 2083 additions and 283 deletions

View File

@@ -112,7 +112,7 @@ for data in extra_data:
installfile(Path(data))
os.makedirs(buildfolder / "Players", exist_ok=True)
shutil.copyfile("easy.yaml", buildfolder / "Players" / "easy.yaml")
shutil.copyfile("playerSettings.yaml", buildfolder / "Players" / "playerSettings.yaml")
qusb2sneslog = buildfolder / "QUsb2Snes" / "log.txt"
if os.path.exists(qusb2sneslog):