mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Update Discord.cpp
This commit is contained in:
parent
c2070de84f
commit
65631fbe91
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ bool mpn_update_discord()
|
|||
{
|
||||
DiscordRichPresence discord_presence = {};
|
||||
snprintf(Details, sizeof(Details), "Players: %/4 Turn: %d/%d",
|
||||
(discord_presence.partySize,
|
||||
discord_presence.partySize,
|
||||
mpn_read_value(CurrentState.Addresses->CurrentTurn, 1),
|
||||
mpn_read_value(CurrentState.Addresses->TotalTurns, 1));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue