Fixed Xbox 360 AGAIN.

This commit is contained in:
2026-08-08 02:43:05 -07:00
parent bc871dd39b
commit 53c32884b3
6 changed files with 368 additions and 135 deletions
@@ -100,6 +100,8 @@ typedef SceNetSocklen_t socklen_t;
class Socket;
#define NETWORK_LAN_PLAYER_NAME_SIZE 32
#pragma pack(push, 1)
struct LANBroadcast
{
@@ -113,7 +115,7 @@ struct LANBroadcast
DWORD texturePackParentId;
BYTE subTexturePackId;
BYTE isJoinable;
char playerNames[8][XUSER_NAME_SIZE];
char playerNames[8][NETWORK_LAN_PLAYER_NAME_SIZE];
};
#pragma pack(pop)
@@ -130,7 +132,7 @@ struct LANSession
unsigned char subTexturePackId;
bool isJoinable;
DWORD lastSeenTick;
char playerNames[8][XUSER_NAME_SIZE];
char playerNames[8][NETWORK_LAN_PLAYER_NAME_SIZE];
};
struct RemoteConnection