mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[KERNEL/KERNEL_STATE] - Startup kXNotifyLive
- Notify game user is not connect to live
This commit is contained in:
parent
f65f044ee5
commit
f91be22742
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue