[Xbox] kXNotification Additions
- Discovered new unknown kXNotificationID use by XNotifyBroadcast together and wanted to record them before I forget them. - Changed kXNotificationID to kXNotification - Added kXNotificationSystemPXLiveSystemUpdate
This commit is contained in:
committed by
Radosław Gliński
parent
b757601f01
commit
95df198d8a
@@ -59,7 +59,7 @@ void InputSystem::UpdateUsedSlot(InputDriver* driver, uint8_t slot,
|
||||
connected_slots.flip(slot);
|
||||
if (kernel::kernel_state()) {
|
||||
kernel::kernel_state()->BroadcastNotification(
|
||||
kXNotificationIDSystemInputDevicesChanged, 0);
|
||||
kXNotificationSystemInputDevicesChanged, 0);
|
||||
}
|
||||
|
||||
if (driver) {
|
||||
|
||||
Reference in New Issue
Block a user