rpcsx/rpcs3/resources.qrc
Megamouse 4dbc546e7b GUI: add custom config indicator (#3108)
* game_list: add custom config indicator

* icon resize: get rid of duplicate call (great performance boost)

* icon resize: only save on slider release or clicks (performance)

refactoring shenanigans

* game_list: skip filtered out games in Refresh (performance)

* settings_dialog: remove unnecessary show() that caused glitches

* gs_frame: add disableMouse setting

* fix travis warnings
2017-07-28 23:03:48 +03:00

50 lines
1.8 KiB
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/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>
<file>Icons/controller.png</file>
<file>Icons/insignia.png</file>
<file>Icons/configure.png</file>
<file>Icons/context.png</file>
<file>Icons/controllers.png</file>
<file>Icons/controls.png</file>
<file>Icons/disc.png</file>
<file>Icons/fullscreen.png</file>
<file>Icons/grid.png</file>
<file>Icons/list.png</file>
<file>Icons/refresh.png</file>
<file>Icons/screenshot.png</file>
<file>Icons/separator.png</file>
<file>Icons/sort.png</file>
<file>Icons/fullscreen_invert.png</file>
<file>Json/tooltips.json</file>
<file>Icons/other_blue.png</file>
<file>Icons/other_gray.png</file>
<file>Icons/pause_blue.png</file>
<file>Icons/play_blue.png</file>
<file>Icons/restart_blue.png</file>
<file>Icons/stop_blue.png</file>
<file>Icons/cog_black.png</file>
<file>Icons/cog_gray.png</file>
</qresource>
</RCC>