diff --git a/plugins/Cardinal/src/Ildaeil.cpp b/plugins/Cardinal/src/Ildaeil.cpp index 6574f42..59809b9 100644 --- a/plugins/Cardinal/src/Ildaeil.cpp +++ b/plugins/Cardinal/src/Ildaeil.cpp @@ -119,7 +119,7 @@ static const char* getPathForJSFX() #if defined(CARLA_OS_MAC) path = homeDir() + "/Library/Application Support/REAPER/Effects"; #elif defined(CARLA_OS_WIN) - path = getSpecialPath() + "\\REAPER\\Effects" + path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects" #else if (const char* const configHome = std::getenv("XDG_CONFIG_HOME")) path = configHome;