mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
Update Discord.cpp
This commit is contained in:
parent
9cfd34e6c3
commit
a6ac5b3c86
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ bool mpn_update_discord()
|
||||||
|
|
||||||
if (mpn_read_value(CurrentState.Addresses->CurrentTurn, 1) == (mpn_read_value(CurrentState.Addresses->TotalTurns, 1) + 1))
|
if (mpn_read_value(CurrentState.Addresses->CurrentTurn, 1) == (mpn_read_value(CurrentState.Addresses->TotalTurns, 1) + 1))
|
||||||
{
|
{
|
||||||
State::Save(1);
|
State::Save(1, false);
|
||||||
}
|
}
|
||||||
if (CurrentState.Addresses != NULL)
|
if (CurrentState.Addresses != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue