mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Update game_list_frame.cpp
This commit is contained in:
parent
4ad784d614
commit
6e89e4ebbf
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ bool game_list_frame::RemoveShadersCache(const std::string& base_dir, bool is_in
|
|||
{
|
||||
if (QDir(filepath).removeRecursively())
|
||||
{
|
||||
LOG_NOTICE(GENERAL, "Removed shaders cache dir: %s", sstr(filepath));
|
||||
LOG_SUCCESS(GENERAL, "Removed shaders cache dir: %s", sstr(filepath));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue