[XAM] Added stub for: XamDoesOmniNeedConfiguration

- XamFirstRunExperienceShouldRun
This commit is contained in:
Gliniak 2025-05-18 23:14:47 +02:00
parent d211130c6c
commit b43cb2ed8e

View file

@ -754,6 +754,12 @@ void XampWebInstrumentationSetProfileCounts_entry(dword_t live_profiles,
DECLARE_XAM_EXPORT1(XampWebInstrumentationSetProfileCounts, kUserProfiles,
kStub);
dword_result_t XamDoesOmniNeedConfiguration_entry() { return 0; }
DECLARE_XAM_EXPORT1(XamDoesOmniNeedConfiguration, kNone, kStub);
dword_result_t XamFirstRunExperienceShouldRun_entry() { return 0; }
DECLARE_XAM_EXPORT1(XamFirstRunExperienceShouldRun, kNone, kStub);
} // namespace xam
} // namespace kernel
} // namespace xe