Implement loading of profile image (#391)

* implement loading of profile image

* rename icon to profilepicture

* rename icon file
This commit is contained in:
emmauss 2018-09-02 01:04:20 +03:00 committed by gdkchan
parent b549daed03
commit 675f3f6f81
5 changed files with 48 additions and 5 deletions

View file

@ -13,6 +13,14 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Remove="RyujinxProfileImage.jpg" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="RyujinxProfileImage.jpg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />