[XAM/User] Added Stub for: XamUserIsOnlineEnabled

This commit is contained in:
Gliniak 2019-12-21 20:57:22 +01:00 committed by illusion
parent cb1ee7326f
commit f3b404e204
1 changed files with 7 additions and 0 deletions

View File

@ -767,6 +767,13 @@ dword_result_t XamReadTile(dword_t section_id, dword_t game_id, qword_t item_id,
} }
DECLARE_XAM_EXPORT1(XamReadTile, kUserProfiles, kSketchy); DECLARE_XAM_EXPORT1(XamReadTile, kUserProfiles, kSketchy);
dword_result_t XamUserIsOnlineEnabled() {
// 0 - Offline
// 1 - Online
return 1;
}
DECLARE_XAM_EXPORT1(XamUserIsOnlineEnabled, kUserProfiles, kStub);
} // namespace xdbf } // namespace xdbf
} // namespace xam } // namespace xam
} // namespace kernel } // namespace kernel