rpcs3/rpcs3/resources.qrc
gidan80 9aa08313e3 Qt: Add custom pad configs
Add a custom pad config for every game.
2019-05-16 20:37:41 +02:00

25 lines
868 B
Plaintext

<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/controller.png</file>
<file>Icons/insignia.png</file>
<file>Icons/configure.png</file>
<file>Icons/controllers.png</file>
<file>Icons/fullscreen.png</file>
<file>Icons/grid.png</file>
<file>Icons/list.png</file>
<file>Icons/refresh.png</file>
<file>Json/tooltips.json</file>
<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>