From 715949821f9053800b2ebacc1c1f46b9efe2312f Mon Sep 17 00:00:00 2001 From: Struma Date: Sat, 22 May 2021 06:37:25 -0400 Subject: [PATCH] avoid duplicate folders in Application Support --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index ceef9340..e97e1dd1 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -290,7 +290,7 @@ void Config::readGameINI() { customDataPath = prefPath(dataPathOrg.c_str(), dataPathApp.c_str()); } - commonDataPath = prefPath(".", "mkxpz"); + commonDataPath = prefPath(".", "mkxp-z"); if (rgssVersion == 0) { /* Try to guess RGSS version based on Data/Scripts extension */