Add cancel join

Adds the Cancel Join tooltip to the "Connecting to host"
progress bar
This commit is contained in:
irice7
2026-03-29 17:03:12 +03:00
committed by neoapps-dev
parent 0073f5569b
commit e8ac5b16ea
3 changed files with 38 additions and 0 deletions
@@ -213,6 +213,7 @@ private:
int GetJoiningReadyPercentage();
bool m_bLastDisconnectWasLostRoomOnly;
bool m_bFullSessionMessageOnNextSessionChange;
bool m_bCancelRequested;
#if defined __PS3__ || defined __PSVITA__ || defined __ORBIS__
bool m_bSignedOutofPSN;
#endif