[Kernel] Fix a comment length lint issue

This commit is contained in:
Triang3l 2021-06-26 16:19:41 +03:00
parent 2ac388527b
commit fa653cce5d
1 changed files with 2 additions and 1 deletions

View File

@ -547,7 +547,8 @@ DECLARE_XAM_EXPORT1(XamUserAreUsersFriends, kUserProfiles, kStub);
dword_result_t XamShowSigninUI(dword_t unk, dword_t unk_mask) { dword_result_t XamShowSigninUI(dword_t unk, dword_t unk_mask) {
// Mask values vary. Probably matching user types? Local/remote? // Mask values vary. Probably matching user types? Local/remote?
// To fix game modes that display a 4 profile signin UI (even if playing alone): // To fix game modes that display a 4 profile signin UI (even if playing
// alone):
// XN_SYS_SIGNINCHANGED // XN_SYS_SIGNINCHANGED
kernel_state()->BroadcastNotification(0x0000000A, 1); kernel_state()->BroadcastNotification(0x0000000A, 1);
// Games seem to sit and loop until we trigger this notification: // Games seem to sit and loop until we trigger this notification: