mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 22:27:51 +00:00
log every state and save it
This commit is contained in:
parent
872ece4c2f
commit
c7d7e04b55
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
#include "Core/Config/NetplaySettings.h"
|
#include "Core/Config/NetplaySettings.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
#include "Core/IOS/DolphinDevice.h"
|
#include "Core/IOS/DolphinDevice.h"
|
||||||
|
#include <Core/StateMPN.h>
|
||||||
|
|
||||||
bool mpn_update_discord()
|
bool mpn_update_discord()
|
||||||
{
|
{
|
||||||
|
@ -19,6 +20,7 @@ bool mpn_update_discord()
|
||||||
|
|
||||||
if (CurrentState.Addresses != NULL)
|
if (CurrentState.Addresses != NULL)
|
||||||
{
|
{
|
||||||
|
StateMPN::Save(1);
|
||||||
char Details[128] = "";
|
char Details[128] = "";
|
||||||
|
|
||||||
if (CurrentState.Boards && CurrentState.Board)
|
if (CurrentState.Boards && CurrentState.Board)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue