mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
fix image load log message
This commit is contained in:
parent
96a893120d
commit
8d0e7adb62
@ -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…
Reference in New Issue
Block a user