Skip to content

Commit

Permalink
[XAM] Added stub for: Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliniak committed Jan 10, 2025
1 parent b50e32a commit 2253cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xenia/kernel/xam/xam_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2253cb9

Please sign in to comment.