mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Qt: allow to remove vsh cache in context menu
This commit is contained in:
parent
e35b2e5daa
commit
453bb43629
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ bool game_list_frame::IsEntryVisible(const game_info& game, bool search_fallback
|
|||
|
||||
std::string game_list_frame::GetCacheDirBySerial(const std::string& serial)
|
||||
{
|
||||
return rpcs3::utils::get_cache_dir() + serial;
|
||||
return rpcs3::utils::get_cache_dir() + (serial == "vsh.self" ? "vsh" : serial);
|
||||
}
|
||||
|
||||
std::string game_list_frame::GetDataDirBySerial(const std::string& serial)
|
||||
|
|
Loading…
Add table
Reference in a new issue