System: Include cheevos state in save states

This commit is contained in:
Connor McLaughlin
2022-03-27 00:52:11 +10:00
parent 584525cb11
commit a55b5022c7
6 changed files with 124 additions and 17 deletions

View File

@ -6,6 +6,7 @@
#include <string>
class CDImage;
class StateWrapper;
namespace Cheevos {
@ -79,7 +80,9 @@ bool Initialize(bool test_mode, bool use_first_disc_from_playlist, bool enable_r
bool include_unofficial);
void Reset();
void Shutdown();
void Update();
bool DoState(StateWrapper& sw);
bool IsLoggedIn();
bool IsTestModeActive();