1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 04:20:27 +00:00

Change address and mitm_name to 256

This commit is contained in:
twinaphex 2020-09-16 17:16:23 +02:00
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;