mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[XAM/VOICE] - Stub XamVoiceGetMicArrayStatus
- Stub XamVoiceGetMicArrayStatus
This commit is contained in:
parent
de10b9ef91
commit
9308a35624
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ dword_result_t XamVoiceSubmitPacket_entry(lpdword_t unk1, dword_t unk2,
|
|||
}
|
||||
DECLARE_XAM_EXPORT1(XamVoiceSubmitPacket, kNone, kStub);
|
||||
|
||||
dword_result_t XamVoiceGetMicArrayStatus_entry() {
|
||||
// Returning 0 here tells caller mic is not connected
|
||||
return 0;
|
||||
}
|
||||
DECLARE_XAM_EXPORT1(XamVoiceGetMicArrayStatus, kNone, kStub);
|
||||
|
||||
} // namespace xam
|
||||
} // namespace kernel
|
||||
} // namespace xe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue