mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
fix image load log message
This commit is contained in:
parent
96a893120d
commit
8d0e7adb62
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ void game_list_frame::Refresh(bool fromDrive)
|
|||
{
|
||||
img = QImage(m_Icon_Size, QImage::Format_ARGB32);
|
||||
QString abspath = QDir(qstr(game.icon_path)).absolutePath();
|
||||
LOG_ERROR(HLE, "Count not load image from path %s", sstr(abspath));
|
||||
LOG_ERROR(GENERAL, "Could not load image from path %s", sstr(abspath));
|
||||
img.fill(QColor(0, 0, 0, 0));
|
||||
pxmap = QPixmap::fromImage(img);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue