mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Cleanup
This commit is contained in:
parent
0cc5b29558
commit
769fb7cd02
@ -7653,9 +7653,11 @@ static void netplay_announce(struct rarch_state *p_rarch)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
const char *base = path_basename(path_get(RARCH_PATH_BASENAME));
|
||||||
|
|
||||||
net_http_urlencode(&gamename,
|
net_http_urlencode(&gamename,
|
||||||
!string_is_empty(path_basename(path_get(RARCH_PATH_BASENAME))) ?
|
!string_is_empty(base) ? base : "N/A");
|
||||||
path_basename(path_get(RARCH_PATH_BASENAME)) : "N/A");
|
/* TODO/FIXME - subsystem should be implemented later? */
|
||||||
net_http_urlencode(&subsystemname, "N/A");
|
net_http_urlencode(&subsystemname, "N/A");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user