RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX

This commit is contained in:
mitaclaw 2024-04-14 21:47:41 -07:00
parent 1bfeeb8a63
commit 48b38f6e9b
1 changed files with 2 additions and 0 deletions

View File

@ -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: