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

@@ -23,6 +23,8 @@ class XNotifyListener : public XObject {
XNotifyListener(KernelState* kernel_state);
virtual ~XNotifyListener();
uint64_t mask() const { return mask_; }
void Initialize(uint64_t mask);
void EnqueueNotification(XNotificationID id, uint32_t data);