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:
parent
13d8e33d9a
commit
f1ff75d815
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user