mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
small fixes
This commit is contained in:
parent
e09075dc25
commit
d889f594a3
@ -363,9 +363,9 @@ static int action_bind_sublabel_netplay_room(
|
||||
return 0;
|
||||
|
||||
snprintf(s,len, "RetroArch: %s\nCore: %s (%s)\nGame: %s (%08x)",
|
||||
string_is_empty(netplay_room_list[i - 3].retroarchversion) ? "N/A" : netplay_room_list[i - 3].retroarchversion,
|
||||
string_is_empty(netplay_room_list[i - 3].retroarchversion) ? "n/a" : netplay_room_list[i - 3].retroarchversion,
|
||||
netplay_room_list[i - 3].corename, netplay_room_list[i - 3].coreversion,
|
||||
netplay_room_list[i - 3].gamename, netplay_room_list[i - 3].gamecrc);
|
||||
!string_is_equal(netplay_room_list[i - 3].gamename, "N/A") ? netplay_room_list[i - 3].gamename : "n/a", netplay_room_list[i - 3].gamecrc);
|
||||
#if 0
|
||||
strlcpy(s, netplay_room_list[i - 3].corename, len);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user