mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
rpcn v0.4.0
This commit is contained in:
parent
15af1bca69
commit
ea9dc9317d
34 changed files with 4907 additions and 2234 deletions
|
@ -2350,7 +2350,7 @@ void game_list_frame::PopulateGameList()
|
|||
compat_item->setToolTip(game->compat.tooltip);
|
||||
if (!game->compat.color.isEmpty())
|
||||
{
|
||||
compat_item->setData(Qt::DecorationRole, compat_pixmap(game->compat.color, devicePixelRatioF() * 2));
|
||||
compat_item->setData(Qt::DecorationRole, gui::utils::circle_pixmap(game->compat.color, devicePixelRatioF() * 2));
|
||||
}
|
||||
|
||||
// Version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue