diff --git a/rpcs3/rpcs3qt/game_list_frame.cpp b/rpcs3/rpcs3qt/game_list_frame.cpp index 6009c61b4b..69ea7e9135 100644 --- a/rpcs3/rpcs3qt/game_list_frame.cpp +++ b/rpcs3/rpcs3qt/game_list_frame.cpp @@ -357,7 +357,7 @@ void game_list_frame::SortGameList() std::string game_list_frame::GetCacheDirBySerial(const std::string& serial) { - return fs::get_config_dir() + "cache/" + serial; + return fs::get_cache_dir() + "cache/" + serial; } std::string game_list_frame::GetDataDirBySerial(const std::string& serial)