Skip to content

Commit

Permalink
rpcs3.rc recreated as rpcs3_.rc
Browse files Browse the repository at this point in the history
I have no idea why it didn't compile.
Also recreated without UTF-16 BOM.
  • Loading branch information
Nekotekina committed Apr 15, 2016
1 parent f8f067c commit 6312bf5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file removed rpcs3/rpcs3.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3.vcxproj
Expand Up @@ -141,7 +141,7 @@
<ClCompile Include="XInputPadHandler.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="rpcs3.rc" />
<ResourceCompile Include="rpcs3_.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Utilities\MTProgressDialog.h" />
Expand Down
6 changes: 3 additions & 3 deletions rpcs3/rpcs3.vcxproj.filters
Expand Up @@ -106,9 +106,6 @@
<Filter>Gui</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="rpcs3.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Utilities\MTProgressDialog.h">
<Filter>Utilities</Filter>
Expand Down Expand Up @@ -208,4 +205,7 @@
<ItemGroup>
<Image Include="rpcs3.ico" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="rpcs3_.rc" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions rpcs3/rpcs3_.rc
@@ -0,0 +1,3 @@
#include "resource.h"
IDI_ICON1 ICON "rpcs3.ico"
frame_icon ICON "rpcs3.ico"

0 comments on commit 6312bf5

Please sign in to comment.