[Kernel] - restrict kXNotificationLiveConnectionChanged to startup
- allow for dashboard to show achievements and themes again.
This commit is contained in:
committed by
Radosław Gliński
parent
06456c20fc
commit
64b7695f52
@@ -920,7 +920,8 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
|
||||
listener->EnqueueNotification(kXNotificationSystemTrayStateChanged,
|
||||
X_DVD_DISC_STATE::XBOX_360_GAME_DISC);
|
||||
}
|
||||
if (listener->mask() & kXNotifyLive) {
|
||||
if (!has_notified_live_startup_ && listener->mask() & kXNotifyLive) {
|
||||
has_notified_live_startup_ = true;
|
||||
listener->EnqueueNotification(kXNotificationLiveConnectionChanged,
|
||||
0x80151802L);
|
||||
listener->EnqueueNotification(kXNotificationLiveLinkStateChanged, 0);
|
||||
|
||||
Reference in New Issue
Block a user