mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[XBDM] Added Stub For: DmGetConsoleDebugMemoryStatus
This commit is contained in:
parent
81412c59c1
commit
5b0fe5aada
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue