[XAM] Added stub for: Refresh

This commit is contained in:
Gliniak 2025-01-10 13:33:51 +01:00
parent b50e32ab45
commit 2253cb978d
1 changed files with 3 additions and 0 deletions

View File

@ -698,6 +698,9 @@ dword_result_t RtlRandom_entry(lpdword_t seed_out) {
DECLARE_XAM_EXPORT1(RtlRandom, kNone, kImplemented);
dword_result_t Refresh_entry() { return X_ERROR_SUCCESS; }
DECLARE_XAM_EXPORT1(Refresh, kNone, kStub);
} // namespace xam
} // namespace kernel
} // namespace xe