hopefully fix #1349

This commit is contained in:
Arisotura 2022-01-24 12:16:39 +01:00
parent 2bda2f127b
commit 915edd777e
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ ConfigEntry ConfigFile[] =
{"DSiSDSize", 0, &DSiSDSize, 0},
{"DSiSDReadOnly", 1, &DSiSDReadOnly, false},
{"DSiSDFolderSync", 1, &DSiSDFolderSync, false},
{"DSiSDFolderPath", 2, &DSiSDFolderPath, ""},
{"DSiSDFolderPath", 2, &DSiSDFolderPath, (std::string)""},
{"FirmwareOverrideSettings", 1, &FirmwareOverrideSettings, false},
{"FirmwareUsername", 2, &FirmwareUsername, (std::string)"melonDS"},