mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(netplay frontend) This variable doesn't need to be so big
This commit is contained in:
parent
8c7e785661
commit
65534f0286
@ -811,7 +811,7 @@ static void netplay_announce(void)
|
||||
{
|
||||
char buf[4600];
|
||||
char frontend_architecture[PATH_MAX_LENGTH];
|
||||
char frontend_architecture_tmp[PATH_MAX_LENGTH];
|
||||
char frontend_architecture_tmp[32];
|
||||
const frontend_ctx_driver_t *frontend_drv = NULL;
|
||||
char url[2048] = "http://lobby.libretro.com/add/";
|
||||
char *username = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user