kXNotification - adding more

- Added more kXNotification ids
- Added missing Notification to XMPCreateTitlePlaylist
This commit is contained in:
The-Little-Wolf
2025-07-20 08:59:54 -07:00
committed by Radosław Gliński
parent 4182852a4b
commit 31173107bc
5 changed files with 43 additions and 27 deletions

View File

@@ -865,7 +865,7 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
listener->EnqueueNotification(kXNotificationDvdDriveTrayStateChanged,
listener->EnqueueNotification(kXNotificationSystemTrayStateChanged,
X_DVD_DISC_STATE::XBOX_360_GAME_DISC);
}
if (listener->mask() & kXNotifyLive) {