mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[XAM] Added stub for: XamDoesOmniNeedConfiguration
- XamFirstRunExperienceShouldRun
This commit is contained in:
parent
d211130c6c
commit
b43cb2ed8e
|
|
@ -754,6 +754,12 @@ void XampWebInstrumentationSetProfileCounts_entry(dword_t live_profiles,
|
||||||
DECLARE_XAM_EXPORT1(XampWebInstrumentationSetProfileCounts, kUserProfiles,
|
DECLARE_XAM_EXPORT1(XampWebInstrumentationSetProfileCounts, kUserProfiles,
|
||||||
kStub);
|
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 xam
|
||||||
} // namespace kernel
|
} // namespace kernel
|
||||||
} // namespace xe
|
} // namespace xe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue