mirror of https://github.com/PCSX2/pcsx2.git
QT: Add icon for Hk BIOS.
This commit is contained in:
parent
91ac0368e3
commit
48dabd3ca2
|
@ -129,6 +129,9 @@ void BIOSSettingsWidget::listRefreshed(const QVector<BIOSInfo>& items)
|
|||
break;
|
||||
|
||||
case 5: // HK
|
||||
item->setIcon(0, QIcon(QStringLiteral(":/icons/flag-hk.png")));
|
||||
break;
|
||||
|
||||
case 6: // Free
|
||||
case 0: // T10K
|
||||
case 1: // Test
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1006 B |
|
@ -207,6 +207,7 @@
|
|||
<file>icons/flag-eu.png</file>
|
||||
<file>icons/flag-eu.svg</file>
|
||||
<file>icons/flag-eu@2x.png</file>
|
||||
<file>icons/flag-hk.png</file>
|
||||
<file>icons/flag-jp.png</file>
|
||||
<file>icons/flag-jp.svg</file>
|
||||
<file>icons/flag-jp@2x.png</file>
|
||||
|
|
Loading…
Reference in New Issue