mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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 buf[4600];
|
||||||
char frontend_architecture[PATH_MAX_LENGTH];
|
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;
|
const frontend_ctx_driver_t *frontend_drv = NULL;
|
||||||
char url[2048] = "http://lobby.libretro.com/add/";
|
char url[2048] = "http://lobby.libretro.com/add/";
|
||||||
char *username = NULL;
|
char *username = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user