1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

correct small mistake

This commit is contained in:
Exfiltratior 2019-05-07 06:57:54 +02:00 committed by kd-11
parent 13d8e33d9a
commit f1ff75d815

View File

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