mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[KERNEL/KERNEL_STATE] - Startup kXNotifyLive
- Notify game user is not connect to live
This commit is contained in:
parent
f65f044ee5
commit
f91be22742
|
|
@ -887,6 +887,11 @@ void KernelState::RegisterNotifyListener(XNotifyListener* listener) {
|
|||
listener->EnqueueNotification(kXNotificationDvdDriveTrayStateChanged,
|
||||
X_DVD_DISC_STATE::XBOX_360_GAME_DISC);
|
||||
}
|
||||
if (listener->mask() & kXNotifyLive) {
|
||||
listener->EnqueueNotification(kXNotificationLiveConnectionChanged,
|
||||
0x80151802L);
|
||||
listener->EnqueueNotification(kXNotificationLiveLinkStateChanged, 0);
|
||||
}
|
||||
}
|
||||
|
||||
void KernelState::UnregisterNotifyListener(XNotifyListener* listener) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue