From f5f28a4f6773e00e0f53454e881fb6d46dfbe6da Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 20:38:17 -0700 Subject: Get yuzu sdl to start compiling --- src/yuzu_cmd/yuzu.rc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/yuzu_cmd/yuzu.rc (limited to 'src/yuzu_cmd/yuzu.rc') diff --git a/src/yuzu_cmd/yuzu.rc b/src/yuzu_cmd/yuzu.rc new file mode 100644 index 000000000..7cb8a14e1 --- /dev/null +++ b/src/yuzu_cmd/yuzu.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. +CITRA_ICON ICON "../../dist/yuzu.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// RT_MANIFEST +// + +1 RT_MANIFEST "../../dist/yuzu.manifest" -- cgit v1.2.3