1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-20 20:12:02 -05:00

Add Discord Rich Presence (#681)

This commit is contained in:
Xpl0itR
2019-05-30 21:27:43 +01:00
committed by emmauss
parent 29a9c5f0b8
commit e7be60b6c6
8 changed files with 124 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiscordRichPresence" Version="1.0.108" />
<PackageReference Include="OpenTK.NetStandard" Version="1.0.4" />
</ItemGroup>
@@ -35,6 +36,9 @@
<None Update="Config.jsonc">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="RPsupported.dat">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>