mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(netplay_room) country can never be longer than 2 characters
This commit is contained in:
parent
4e594c6437
commit
24ce413816
@ -73,7 +73,7 @@ struct netplay_room
|
||||
int host_method;
|
||||
char retroarch_version [2048];
|
||||
char subsystem_name [2048];
|
||||
char country [2048];
|
||||
char country [3];
|
||||
char nickname [2048];
|
||||
char address [2048];
|
||||
char mitm_address [2048];
|
||||
|
Loading…
x
Reference in New Issue
Block a user