Skip to content

Commit

Permalink
Merge branch 'xenia-canary:canary_experimental' into Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored Jan 21, 2024
2 parents 05253a3 + edba7f3 commit 47645eb
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 47645eb

Please sign in to comment.