mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
struct netplay_room - reduce char arrays based on how big these
entries can be
This commit is contained in:
parent
24ce413816
commit
42fdb30300
@ -71,16 +71,16 @@ struct netplay_room
|
|||||||
int gamecrc;
|
int gamecrc;
|
||||||
int timestamp;
|
int timestamp;
|
||||||
int host_method;
|
int host_method;
|
||||||
char retroarch_version [2048];
|
char retroarch_version [33];
|
||||||
char subsystem_name [2048];
|
char subsystem_name [256];
|
||||||
char country [3];
|
char country [3];
|
||||||
char nickname [2048];
|
char nickname [33];
|
||||||
char address [2048];
|
char address [2048];
|
||||||
char mitm_address [2048];
|
char mitm_address [2048];
|
||||||
char corename [2048];
|
char corename [256];
|
||||||
char frontend [2048];
|
char frontend [256];
|
||||||
char coreversion [2048];
|
char coreversion [2048];
|
||||||
char gamename [2048];
|
char gamename [256];
|
||||||
bool has_password;
|
bool has_password;
|
||||||
bool has_spectate_password;
|
bool has_spectate_password;
|
||||||
bool lan;
|
bool lan;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user