mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
* update Icons + remove rightclick on toolbar * use better data icons * use better disc icons * Use better unknown icons * final adjustment (hdd icons)
25 lines
898 B
Text
25 lines
898 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>Icons/pause.png</file>
|
|
<file>Icons/play.png</file>
|
|
<file>Icons/restart.png</file>
|
|
<file>Icons/stop.png</file>
|
|
<file>rpcs3.ico</file>
|
|
<file>Icons/data_blue.png</file>
|
|
<file>Icons/data_gray.png</file>
|
|
<file>Icons/disc_blue.png</file>
|
|
<file>Icons/disc_gray.png</file>
|
|
<file>Icons/grid_blue.png</file>
|
|
<file>Icons/grid_gray.png</file>
|
|
<file>Icons/hdd_blue.png</file>
|
|
<file>Icons/hdd_gray.png</file>
|
|
<file>Icons/home_blue.png</file>
|
|
<file>Icons/home_gray.png</file>
|
|
<file>Icons/list_blue.png</file>
|
|
<file>Icons/list_gray.png</file>
|
|
<file>Icons/media_blue.png</file>
|
|
<file>Icons/media_gray.png</file>
|
|
<file>Icons/unknown_blue.png</file>
|
|
<file>Icons/unknown_gray.png</file>
|
|
</qresource>
|
|
</RCC>
|