mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +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/open.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>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -1928,11 +1928,11 @@ QPixmap game_list_frame::PaintedPixmap(const QPixmap& icon, bool paint_config_ic
|
|||
}
|
||||
else if (paint_config_icon)
|
||||
{
|
||||
icon_path = ":/Icons/custom_config_2.png";
|
||||
icon_path = ":/Icons/custom_config.png";
|
||||
}
|
||||
else if (paint_pad_config_icon)
|
||||
{
|
||||
icon_path = ":/Icons/controllers_2.png";
|
||||
icon_path = ":/Icons/controllers.png";
|
||||
}
|
||||
|
||||
QPixmap custom_config_icon(icon_path);
|
||||
|
|
Loading…
Add table
Reference in a new issue