Skip to content

Commit

Permalink
Merge pull request #12709 from mitaclaw/rcheevos-posix
Browse files Browse the repository at this point in the history
RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX
  • Loading branch information
OatmealDome committed Apr 15, 2024
2 parents ab53f69 + 48b38f6 commit dbc7e03
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 dbc7e03

Please sign in to comment.