rename icon file

This commit is contained in:
emmaus 2018-09-01 21:56:33 +00:00
commit 85cddda53f
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ namespace Ryujinx.HLE.HOS.Services.Acc
this.Profile = Profile; this.Profile = Profile;
ProfilePictureStream = Assembly.GetCallingAssembly().GetManifestResourceStream("Ryujinx.HLE.Ryujinx_icon.jpg"); ProfilePictureStream = Assembly.GetCallingAssembly().GetManifestResourceStream("Ryujinx.HLE.RyujinxProfileImage.jpg");
} }
public long Get(ServiceCtx Context) public long Get(ServiceCtx Context)

View file

@ -14,11 +14,11 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<None Remove="Ryujinx_icon.jpg" /> <None Remove="RyujinxProfileImage.jpg" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Ryujinx_icon.jpg" /> <EmbeddedResource Include="RyujinxProfileImage.jpg" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After