diff options
Diffstat (limited to 'src/yuzu/citra-qt.rc')
-rw-r--r-- | src/yuzu/citra-qt.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/yuzu/citra-qt.rc b/src/yuzu/citra-qt.rc new file mode 100644 index 000000000..a48a9440d --- /dev/null +++ b/src/yuzu/citra-qt.rc @@ -0,0 +1,19 @@ +#include "winresrc.h" +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +// QT requires that the default application icon is named IDI_ICON1 + +IDI_ICON1 ICON "../../dist/citra.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "../../dist/citra.manifest" |