diff options
author | James Rowe <jroweboy@gmail.com> | 2017-09-03 19:26:10 +0200 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-09-03 19:26:10 +0200 |
commit | 79f177c6d28a2e7644e152a97639f66272d9f012 (patch) | |
tree | a77fec2a0b4760ef2b516d3c320c8d608a1734a3 | |
parent | Merge pull request #2911 from DaMan69/master (diff) | |
download | yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar.gz yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar.bz2 yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar.lz yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar.xz yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.tar.zst yuzu-79f177c6d28a2e7644e152a97639f66272d9f012.zip |
-rw-r--r-- | src/citra_qt/citra-qt.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/citra_qt/citra-qt.rc b/src/citra_qt/citra-qt.rc index c490ef302..a48a9440d 100644 --- a/src/citra_qt/citra-qt.rc +++ b/src/citra_qt/citra-qt.rc @@ -6,7 +6,9 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -CITRA_ICON ICON "../../dist/citra.ico" +// QT requires that the default application icon is named IDI_ICON1 + +IDI_ICON1 ICON "../../dist/citra.ico" ///////////////////////////////////////////////////////////////////////////// |