diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2024-04-15 01:21:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 01:21:43 -0400 |
| commit | dbc7e035773d97293f572b9fe15fdcb877fc3965 (patch) | |
| tree | f1651be6b96358431d76c6c24d1d4ca6ba8f9ebc /Source/Core/Common/FileUtil.cpp | |
| parent | ab53f6934cb63a3697ea326db59651996a041066 (diff) | |
| parent | 48b38f6e9befd3b5ae2fd405d1943e91afee34a1 (diff) | |
Merge pull request #12709 from mitaclaw/rcheevos-posix
RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index a93db638df..34350c9207 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -918,6 +918,8 @@ static void RebuildUserDirectories(unsigned int dir_index) s_user_paths[F_DUALSHOCKUDPCLIENTCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + DUALSHOCKUDPCLIENT_CONFIG; s_user_paths[F_FREELOOKCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + FREELOOK_CONFIG; + s_user_paths[F_RETROACHIEVEMENTSCONFIG_IDX] = + s_user_paths[D_CONFIG_IDX] + RETROACHIEVEMENTS_CONFIG; break; case D_CACHE_IDX: |
