mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 17:49:45 +00:00
Qt: replace old grey config icons in gamegrid mode
This commit is contained in:
parent
400002e64c
commit
e7234fd4b2
4 changed files with 2 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
|
@ -16,8 +16,6 @@
|
||||||
<file>Icons/exit_fullscreen.png</file>
|
<file>Icons/exit_fullscreen.png</file>
|
||||||
<file>Icons/open.png</file>
|
<file>Icons/open.png</file>
|
||||||
<file>Icons/custom_config.png</file>
|
<file>Icons/custom_config.png</file>
|
||||||
<file>Icons/custom_config_2.png</file>
|
|
||||||
<file>Icons/controllers_2.png</file>
|
|
||||||
<file>Icons/combo_config_bordered.png</file>
|
<file>Icons/combo_config_bordered.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
|
@ -1928,11 +1928,11 @@ QPixmap game_list_frame::PaintedPixmap(const QPixmap& icon, bool paint_config_ic
|
||||||
}
|
}
|
||||||
else if (paint_config_icon)
|
else if (paint_config_icon)
|
||||||
{
|
{
|
||||||
icon_path = ":/Icons/custom_config_2.png";
|
icon_path = ":/Icons/custom_config.png";
|
||||||
}
|
}
|
||||||
else if (paint_pad_config_icon)
|
else if (paint_pad_config_icon)
|
||||||
{
|
{
|
||||||
icon_path = ":/Icons/controllers_2.png";
|
icon_path = ":/Icons/controllers.png";
|
||||||
}
|
}
|
||||||
|
|
||||||
QPixmap custom_config_icon(icon_path);
|
QPixmap custom_config_icon(icon_path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue