Make KernelState::TerminateTitle try to terminate XThreads safely.

This commit is contained in:
Dr. Chat
2015-12-06 21:02:12 -06:00
committed by Ben Vanik
parent 3007a98d2d
commit 24f8295daa
4 changed files with 16 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ class Emulator {
void Pause();
void Resume();
bool is_paused() const { return paused_; }
bool SaveToFile(const std::wstring& path);
bool RestoreFromFile(const std::wstring& path);