From 1694c55d62d44730d760371d1bf2559de1b191dd Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Sat, 10 Sep 2022 12:57:19 -0500 Subject: fix black icon --- src/yuzu/multiplayer/lobby_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yuzu/multiplayer/lobby_p.h b/src/yuzu/multiplayer/lobby_p.h index 8b1707506..068c95aca 100644 --- a/src/yuzu/multiplayer/lobby_p.h +++ b/src/yuzu/multiplayer/lobby_p.h @@ -90,6 +90,8 @@ public: setData(game_name, GameNameRole); if (!smdh_icon.isNull()) { setData(smdh_icon, GameIconRole); + } else { + setData(QIcon::fromTheme(QStringLiteral("chip")).pixmap(32), GameIconRole); } } -- cgit v1.2.3