[XAM] Implemented XamUserLogon

This commit is contained in:
Adrian
2024-11-27 18:30:10 +00:00
committed by Radosław Gliński
parent 51414f3e1e
commit dffba5a81e
2 changed files with 96 additions and 0 deletions

View File

@@ -102,6 +102,13 @@ void XNotifyPositionUI_entry(dword_t position) {
}
DECLARE_XAM_EXPORT1(XNotifyPositionUI, kNone, kStub);
dword_result_t XNotifyBroadcast_entry(dword_t notification, dword_t data) {
kernel_state()->BroadcastNotification(notification, data);
return X_ERROR_SUCCESS;
}
DECLARE_XAM_EXPORT1(XNotifyBroadcast, kNone, kStub);
} // namespace xam
} // namespace kernel
} // namespace xe