mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 05:55:31 +02:00
avoid duplicate folders in Application Support
This commit is contained in:
parent
0758779f4f
commit
715949821f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue