Skip to content

Commit

Permalink
[XLive] Added dummy: XPresenceInitialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliniak committed Jan 21, 2024
1 parent 341192f commit edba7f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xenia/kernel/xam/apps/xlivebase_app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edba7f3

Please sign in to comment.