Spamming some notifications on startup to unhang games.

This commit is contained in:
Ben Vanik
2014-10-29 21:09:54 -07:00
parent 1566b4c890
commit 6053f1d35c
5 changed files with 39 additions and 8 deletions

View File

@@ -93,6 +93,7 @@ class KernelState {
std::mutex object_mutex_;
std::unordered_map<uint32_t, XThread*> threads_by_id_;
std::vector<XNotifyListener*> notify_listeners_;
bool has_notified_startup_;
XUserModule* executable_module_;