struct netplay_room - lower coreversion to 255 chars

This commit is contained in:
twinaphex 2020-09-16 16:46:23 +02:00
parent 42fdb30300
commit 0b34aa446c
1 changed files with 5 additions and 5 deletions

View File

@ -71,16 +71,16 @@ struct netplay_room
int gamecrc; int gamecrc;
int timestamp; int timestamp;
int host_method; int host_method;
char retroarch_version [33];
char subsystem_name [256];
char country [3]; char country [3];
char retroarch_version [33];
char nickname [33]; char nickname [33];
char address [2048]; char subsystem_name [256];
char mitm_address [2048];
char corename [256]; char corename [256];
char frontend [256]; char frontend [256];
char coreversion [2048]; char coreversion [256];
char gamename [256]; char gamename [256];
char address [2048];
char mitm_address [2048];
bool has_password; bool has_password;
bool has_spectate_password; bool has_spectate_password;
bool lan; bool lan;