mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
Update Discord.cpp
This commit is contained in:
parent
50525e5ec8
commit
4270a9d59d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ bool mpn_update_discord()
|
||||||
if (CurrentState.Boards && CurrentState.Board)
|
if (CurrentState.Boards && CurrentState.Board)
|
||||||
{
|
{
|
||||||
DiscordRichPresence discord_presence = {};
|
DiscordRichPresence discord_presence = {};
|
||||||
snprintf(Details, sizeof(Details), "Players: %/4 Turn: %d/%d",
|
snprintf(Details, sizeof(Details), "Players: %d/4 Turn: %d/%d",
|
||||||
discord_presence.partySize,
|
discord_presence.partySize,
|
||||||
mpn_read_value(CurrentState.Addresses->CurrentTurn, 1),
|
mpn_read_value(CurrentState.Addresses->CurrentTurn, 1),
|
||||||
mpn_read_value(CurrentState.Addresses->TotalTurns, 1));
|
mpn_read_value(CurrentState.Addresses->TotalTurns, 1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue