fixup! Misc: Necessary emucore changes for Android

This commit is contained in:
Connor McLaughlin
2022-08-05 17:07:07 +10:00
parent 523297c60e
commit 6bf0ad789e
2 changed files with 17 additions and 6 deletions

View File

@ -199,6 +199,7 @@ void ResetSystem();
/// Loads state from the specified filename.
bool LoadState(const char* filename);
bool SaveState(const char* filename, bool backup_existing_save);
bool SaveResumeState();
/// Runs the VM until the CPU execution is canceled.
void Execute();