mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
add more info
This commit is contained in:
parent
b8f7d69923
commit
90f0dc9942
@ -153,7 +153,9 @@ static int action_bind_sublabel_netplay_room(
|
|||||||
if (i < 1)
|
if (i < 1)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
strlcpy(s, netplay_room_list[i - 1].corename, len);
|
snprintf(s,len, "%s - %s\n%s", netplay_room_list[i - 1].corename,
|
||||||
|
netplay_room_list[i - 1].coreversion, netplay_room_list[i - 1].gamename);
|
||||||
|
//strlcpy(s, netplay_room_list[i - 1].corename, len);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user