mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[XAM] Added stub for: XamDoesOmniNeedConfiguration
- XamFirstRunExperienceShouldRun
This commit is contained in:
parent
d211130c6c
commit
b43cb2ed8e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue