Skip to content

Commit

Permalink
RetroAchievements: Put "RetroAchievements.ini" in the correct config …
Browse files Browse the repository at this point in the history
…location for POSIX
  • Loading branch information
mitaclaw committed Apr 15, 2024
1 parent 1bfeeb8 commit 48b38f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Common/FileUtil.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 48b38f6

Please sign in to comment.