correct small mistake
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user