mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Change address and mitm_name to 256
This commit is contained in:
parent
1123042f20
commit
9858a72937
@ -79,8 +79,8 @@ struct netplay_room
|
||||
char frontend [256];
|
||||
char coreversion [256];
|
||||
char gamename [256];
|
||||
char address [2048];
|
||||
char mitm_address [2048];
|
||||
char address [256];
|
||||
char mitm_address [256];
|
||||
bool has_password;
|
||||
bool has_spectate_password;
|
||||
bool lan;
|
||||
|
Loading…
x
Reference in New Issue
Block a user