mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
correct small mistake
This commit is contained in:
parent
13d8e33d9a
commit
f1ff75d815
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void game_list_frame::SortGameList()
|
||||||
|
|
||||||
std::string game_list_frame::GetCacheDirBySerial(const std::string& serial)
|
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)
|
std::string game_list_frame::GetDataDirBySerial(const std::string& serial)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue