mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #10193 from Pokechu22/discord-rpc-vcxproj
Externals/discord-rpc: Fix reference to discord_register.h
This commit is contained in:
commit
38fcb9d517
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\include\discord_rpc.h" />
|
||||
<ClInclude Include="..\discord_register.h" />
|
||||
<ClInclude Include="..\include\discord_register.h" />
|
||||
<ClInclude Include="rpc_connection.h" />
|
||||
<ClInclude Include="serialization.h" />
|
||||
<ClInclude Include="connection.h" />
|
||||
|
|
Loading…
Add table
Reference in a new issue