Add title request functions to Emulator

This commit is contained in:
Dr. Chat
2016-06-18 21:17:37 -05:00
parent 6bd19518eb
commit 807c030f86
2 changed files with 16 additions and 0 deletions

View File

@@ -125,6 +125,10 @@ class Emulator {
bool SaveToFile(const std::wstring& path);
bool RestoreFromFile(const std::wstring& path);
// The game can request another title to be loaded.
bool TitleRequested();
void LaunchNextTitle();
void WaitUntilExit();
public: