[Kernel] Removed input change notifications from initial notify list

This commit is contained in:
Gliniak 2022-07-19 10:46:36 +02:00
parent bc315d21e0
commit 0f60e23208
1 changed files with 0 additions and 6 deletions

View File

@ -694,12 +694,6 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
// XN_SYS_SIGNINCHANGED x2
listener->EnqueueNotification(0x0000000A, 1);
listener->EnqueueNotification(0x0000000A, 1);
// XN_SYS_INPUTDEVICESCHANGED x2
listener->EnqueueNotification(0x00000012, 0);
listener->EnqueueNotification(0x00000012, 0);
// XN_SYS_INPUTDEVICECONFIGCHANGED x2
listener->EnqueueNotification(0x00000013, 0);
listener->EnqueueNotification(0x00000013, 0);
}
}