attempt at trying to get XB360 to work
This commit is contained in:
@@ -648,9 +648,11 @@ HRESULT CScene_MultiGameJoinLoad::OnKeyDown(XUIMessageInput* pInputData, BOOL& r
|
||||
DWORD nIndex = m_pGamesList->GetCurSel();
|
||||
FriendSessionInfo *pSelectedSession = currentSessions.at( nIndex );
|
||||
|
||||
#ifndef _DISABLE_XBLIVE
|
||||
PlayerUID xuid = pSelectedSession->data.hostPlayerUID;
|
||||
if( xuid != INVALID_XUID )
|
||||
hr = XShowGamerCardUI(ProfileManager.GetLockedProfile(), xuid);
|
||||
#endif
|
||||
CXuiSceneBase::PlayUISFX(eSFX_Press);
|
||||
}
|
||||
else if(DoesSavesListHaveFocus())
|
||||
|
||||
Reference in New Issue
Block a user