diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-30 05:55:29 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-15 20:25:41 +0200 |
commit | 9fc03d4b91e69ab4590d6e257b41810dcf36abf9 (patch) | |
tree | 4d752863b5293edbe8fe8a2869615f5c884fd9fd /src/dedicated_room/yuzu-room.rc | |
parent | Merge pull request #8104 from Docteh/them_icons (diff) | |
download | yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.gz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.bz2 yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.lz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.xz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.zst yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.zip |
Diffstat (limited to 'src/dedicated_room/yuzu-room.rc')
-rw-r--r-- | src/dedicated_room/yuzu-room.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dedicated_room/yuzu-room.rc b/src/dedicated_room/yuzu-room.rc new file mode 100644 index 000000000..b616a5764 --- /dev/null +++ b/src/dedicated_room/yuzu-room.rc @@ -0,0 +1,17 @@ +#include "winresrc.h" +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +YUZU_ICON ICON "../../dist/yuzu.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +0 RT_MANIFEST "../../dist/yuzu.manifest" |