mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Finesse size of goto address. Downgrade image loading failed to warning.
This commit is contained in:
parent
fa7407cd42
commit
3f206981d9
2 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ void game_list_frame::Refresh(bool fromDrive)
|
|||
|
||||
if (game.icon_path.empty() || !img.load(qstr(game.icon_path)))
|
||||
{
|
||||
LOG_ERROR(GENERAL, "Could not load image from path %s", sstr(QDir(qstr(game.icon_path)).absolutePath()));
|
||||
LOG_WARNING(GENERAL, "Could not load image from path %s", sstr(QDir(qstr(game.icon_path)).absolutePath()));
|
||||
}
|
||||
|
||||
bool hasCustomConfig = fs::is_file(fs::get_config_dir() + "data/" + game.serial + "/config.yml");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue