yuzu_tester: Use config, icon, and main from yuzu-cmd

This commit is contained in:
Zach Hilman
2019-03-25 20:30:36 -04:00
parent c508a8d82a
commit 819006d0d3
6 changed files with 624 additions and 0 deletions

17
src/yuzu_tester/yuzu.rc Normal file
View File

@ -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
//
1 RT_MANIFEST "../../dist/yuzu.manifest"