diff options
Diffstat (limited to 'src/citron_cmd/citron.rc')
-rw-r--r-- | src/citron_cmd/citron.rc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/citron_cmd/citron.rc b/src/citron_cmd/citron.rc new file mode 100644 index 000000000..e230cf680 --- /dev/null +++ b/src/citron_cmd/citron.rc @@ -0,0 +1,20 @@ +// SPDX-FileCopyrightText: 2018 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#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" |