mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-24 21:44:46 +00:00
commit
d3ba74b3fc
4 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,6 @@ Files: CMakeSettings.json
|
||||||
.github/shadps4.png
|
.github/shadps4.png
|
||||||
.gitmodules
|
.gitmodules
|
||||||
documents/changelog.txt
|
documents/changelog.txt
|
||||||
documents/readme.txt
|
|
||||||
documents/Quickstart/1.png
|
|
||||||
documents/Quickstart/2.png
|
documents/Quickstart/2.png
|
||||||
documents/Screenshots/Bloodborne.png
|
documents/Screenshots/Bloodborne.png
|
||||||
documents/Screenshots/Sonic Mania.png
|
documents/Screenshots/Sonic Mania.png
|
||||||
|
@ -38,6 +36,7 @@ Files: CMakeSettings.json
|
||||||
src/images/shadPS4.icns
|
src/images/shadPS4.icns
|
||||||
src/images/shadps4.ico
|
src/images/shadps4.ico
|
||||||
src/images/themes_icon.png
|
src/images/themes_icon.png
|
||||||
|
src/images/update_icon.png
|
||||||
src/shadps4.qrc
|
src/shadps4.qrc
|
||||||
src/shadps4.rc
|
src/shadps4.rc
|
||||||
Copyright: shadPS4 Emulator Project
|
Copyright: shadPS4 Emulator Project
|
||||||
|
|
BIN
src/images/update_icon.png
Normal file
BIN
src/images/update_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 780 B |
|
@ -130,6 +130,7 @@ public:
|
||||||
pkgViewerAct->setIcon(QIcon(":images/file_icon.png"));
|
pkgViewerAct->setIcon(QIcon(":images/file_icon.png"));
|
||||||
updaterAct = new QAction(MainWindow);
|
updaterAct = new QAction(MainWindow);
|
||||||
updaterAct->setObjectName("updaterAct");
|
updaterAct->setObjectName("updaterAct");
|
||||||
|
updaterAct->setIcon(QIcon(":images/update_icon.png"));
|
||||||
aboutAct = new QAction(MainWindow);
|
aboutAct = new QAction(MainWindow);
|
||||||
aboutAct->setObjectName("aboutAct");
|
aboutAct->setObjectName("aboutAct");
|
||||||
aboutAct->setIcon(QIcon(":images/about_icon.png"));
|
aboutAct->setIcon(QIcon(":images/about_icon.png"));
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
<file>images/settings_icon.png</file>
|
<file>images/settings_icon.png</file>
|
||||||
<file>images/controller_icon.png</file>
|
<file>images/controller_icon.png</file>
|
||||||
<file>images/refresh_icon.png</file>
|
<file>images/refresh_icon.png</file>
|
||||||
|
<file>images/update_icon.png</file>
|
||||||
<file>images/list_mode_icon.png</file>
|
<file>images/list_mode_icon.png</file>
|
||||||
<file>images/flag_jp.png</file>
|
<file>images/flag_jp.png</file>
|
||||||
<file>images/flag_eu.png</file>
|
<file>images/flag_eu.png</file>
|
||||||
|
|
Loading…
Add table
Reference in a new issue