diff --git a/src/xenia/kernel/xbdm/xbdm_misc.cc b/src/xenia/kernel/xbdm/xbdm_misc.cc index 0fef2d6a3..0a168b426 100644 --- a/src/xenia/kernel/xbdm/xbdm_misc.cc +++ b/src/xenia/kernel/xbdm/xbdm_misc.cc @@ -114,6 +114,11 @@ dword_result_t DmFindPdbSignature_entry(lpdword_t unk0_ptr, } DECLARE_XBDM_EXPORT1(DmFindPdbSignature, kDebug, kStub); +dword_result_t DmGetConsoleDebugMemoryStatus_entry() { + return X_STATUS_SUCCESS; +} +DECLARE_XBDM_EXPORT1(DmGetConsoleDebugMemoryStatus, kDebug, kStub); + } // namespace xbdm } // namespace kernel } // namespace xe