mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 01:21:03 +00:00
clean this up a bit
This commit is contained in:
parent
90f0dc9942
commit
f979ff58a7
@ -153,9 +153,9 @@ static int action_bind_sublabel_netplay_room(
|
||||
if (i < 1)
|
||||
return 0;
|
||||
|
||||
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);
|
||||
snprintf(s,len, "Core:%s %s\nGame: %s",
|
||||
netplay_room_list[i - 1].corename, netplay_room_list[i - 1].coreversion,
|
||||
netplay_room_list[i - 1].gamename);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user