[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:
@@ -916,9 +916,6 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
|
|||||||
// XN_SYS_SIGNINCHANGED x2
|
// XN_SYS_SIGNINCHANGED x2
|
||||||
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
|
listener->EnqueueNotification(kXNotificationSystemSignInChanged, 1);
|
||||||
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) {
|
if (!has_notified_live_startup_ && listener->mask() & kXNotifyLive) {
|
||||||
has_notified_live_startup_ = true;
|
has_notified_live_startup_ = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user