splitscreen fix (LAN and Discord Game Invites) also have support for it!

This commit is contained in:
LazyByteDev
2026-03-06 03:36:32 -05:00
parent c5e3e62f67
commit 150efcb90b
3 changed files with 63 additions and 19 deletions

View File

@@ -220,6 +220,7 @@ public:
bool m_isRemote;
bool m_isHostPlayer;
wchar_t m_gamertag[32];
int m_userIndex;
private:
ULONG_PTR m_customData;
};