[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
@@ -835,8 +835,7 @@ X_STATUS Emulator::InstallContentPackage(
|
||||
return error_code;
|
||||
}
|
||||
|
||||
kernel_state()->BroadcastNotification(kXNotificationIDLiveContentInstalled,
|
||||
0);
|
||||
kernel_state()->BroadcastNotification(kXNotificationLiveContentInstalled, 0);
|
||||
|
||||
return error_code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user