avoid duplicate folders in Application Support

This commit is contained in:
Struma 2021-05-22 06:37:25 -04:00 committed by Roza
parent 0758779f4f
commit 715949821f

View file

@ -290,7 +290,7 @@ void Config::readGameINI() {
customDataPath = prefPath(dataPathOrg.c_str(), dataPathApp.c_str()); customDataPath = prefPath(dataPathOrg.c_str(), dataPathApp.c_str());
} }
commonDataPath = prefPath(".", "mkxpz"); commonDataPath = prefPath(".", "mkxp-z");
if (rgssVersion == 0) { if (rgssVersion == 0) {
/* Try to guess RGSS version based on Data/Scripts extension */ /* Try to guess RGSS version based on Data/Scripts extension */