diff --git a/Source/Core/Core/Slippi/SlippiUser.cpp b/Source/Core/Core/Slippi/SlippiUser.cpp index 7c936197c4..cc02f79346 100644 --- a/Source/Core/Core/Slippi/SlippiUser.cpp +++ b/Source/Core/Core/Slippi/SlippiUser.cpp @@ -229,6 +229,7 @@ std::string SlippiUser::getUserFilePath() std::string dirPath = File::GetExeDirectory(); #else std::string dirPath = File::GetSysDirectory(); + dirPath.pop_back(); #endif std::string userFilePath = dirPath + DIR_SEP + "user.json"; return userFilePath;