From 6312bf53234d9b9df0a09fcbf5e984c0ba73d763 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Fri, 15 Apr 2016 19:54:52 +0300 Subject: [PATCH] rpcs3.rc recreated as rpcs3_.rc I have no idea why it didn't compile. Also recreated without UTF-16 BOM. --- rpcs3/rpcs3.rc | Bin 320 -> 0 bytes rpcs3/rpcs3.vcxproj | 2 +- rpcs3/rpcs3.vcxproj.filters | 6 +++--- rpcs3/rpcs3_.rc | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 rpcs3/rpcs3.rc create mode 100644 rpcs3/rpcs3_.rc diff --git a/rpcs3/rpcs3.rc b/rpcs3/rpcs3.rc deleted file mode 100644 index 232701db8ed41b99f7899128b3b270e94d9848b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 320 zcma)%y$ZrW5QL`|e1{{JLW1}Ru}PtJwi5EAftZ9#LVSAlyNgyL$g#}s?9S}o^ARbM z(O#7@S+(kkQUlxxuGgqkHC3!N&*-8;4PoI2Fo(0C(~V>qxuJ4yl{#iZEwx}v - + diff --git a/rpcs3/rpcs3.vcxproj.filters b/rpcs3/rpcs3.vcxproj.filters index efdd23231db4..9a9d85a30029 100644 --- a/rpcs3/rpcs3.vcxproj.filters +++ b/rpcs3/rpcs3.vcxproj.filters @@ -106,9 +106,6 @@ Gui - - - Utilities @@ -208,4 +205,7 @@ + + + \ No newline at end of file diff --git a/rpcs3/rpcs3_.rc b/rpcs3/rpcs3_.rc new file mode 100644 index 000000000000..25a6a4106da1 --- /dev/null +++ b/rpcs3/rpcs3_.rc @@ -0,0 +1,3 @@ +#include "resource.h" +IDI_ICON1 ICON "rpcs3.ico" +frame_icon ICON "rpcs3.ico"