[host] detect switch user event and wait instead of terminating

Fixes #22
This commit is contained in:
Geoffrey McRae
2017-12-17 04:50:04 +11:00
parent bf85358715
commit 9d8f3a79b0
2 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ private:
~Service();
bool m_initialized;
DWORD m_consoleSessionID;
uint8_t * m_memory;
IVSHMEM * m_ivshmem;
HANDLE m_timer;