[XAM/VOICE] - Stub XamVoiceGetMicArrayStatus
- Stub XamVoiceGetMicArrayStatus
This commit is contained in:
committed by
Radosław Gliński
parent
de10b9ef91
commit
9308a35624
@@ -45,6 +45,12 @@ dword_result_t XamVoiceSubmitPacket_entry(lpdword_t unk1, dword_t unk2,
|
|||||||
}
|
}
|
||||||
DECLARE_XAM_EXPORT1(XamVoiceSubmitPacket, kNone, kStub);
|
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 xam
|
||||||
} // namespace kernel
|
} // namespace kernel
|
||||||
} // namespace xe
|
} // namespace xe
|
||||||
|
|||||||
Reference in New Issue
Block a user