[Kernel] Remove sending tray state change notification when game is booted

- Games do not expect changing disc on boot it should happen when you're in dashboard
This commit is contained in:
Gliniak
2025-10-17 20:24:33 +02:00
parent 777c394e25
commit 2cd35e8dd6

View File

@@ -916,9 +916,6 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
// XN_SYS_SIGNINCHANGED x2
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
listener->EnqueueNotification(kXNotificationSystemTrayStateChanged,
X_DVD_DISC_STATE::XBOX_360_GAME_DISC);
}
if (!has_notified_live_startup_ && listener->mask() & kXNotifyLive) {
has_notified_live_startup_ = true;