mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[XLive] Added dummy: XPresenceInitialize
This commit is contained in:
parent
341192f6df
commit
edba7f3693
|
|
@ -65,6 +65,10 @@ X_HRESULT XLiveBaseApp::DispatchMessageSync(uint32_t message,
|
|||
buffer_ptr, buffer_length);
|
||||
return X_E_FAIL;
|
||||
}
|
||||
case 0x00058037: {
|
||||
XELOGD("XPresenceInitialize({:08X}, {:08X})", buffer_ptr, buffer_length);
|
||||
return X_E_SUCCESS;
|
||||
}
|
||||
case 0x00058046: {
|
||||
// Required to be successful for 4D530910 to detect signed-in profile
|
||||
// Doesn't seem to set anything in the given buffer, probably only takes
|
||||
|
|
|
|||
Loading…
Reference in a new issue