From 20315850dba1be29c81e58562b389866c8c13b75 Mon Sep 17 00:00:00 2001 From: gibbed Date: Sat, 24 Nov 2018 20:53:45 -0600 Subject: [PATCH] [Kernel] Stub XamFeatureEnabled. --- src/xenia/kernel/xam/xam_info.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xenia/kernel/xam/xam_info.cc b/src/xenia/kernel/xam/xam_info.cc index 3065211b1..fd722a68c 100644 --- a/src/xenia/kernel/xam/xam_info.cc +++ b/src/xenia/kernel/xam/xam_info.cc @@ -28,6 +28,9 @@ namespace xam { constexpr uint32_t X_LANGUAGE_ENGLISH = 1; constexpr uint32_t X_LANGUAGE_JAPANESE = 2; +dword_result_t XamFeatureEnabled(dword_t unk) { return 0; } +DECLARE_XAM_EXPORT1(XamFeatureEnabled, kNone, kStub); + // Empty stub schema binary. uint8_t schema_bin[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,