mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-16 07:29:53 +00:00
Use fill_string_concat
This commit is contained in:
parent
2bd3e94e5e
commit
1226c71b98
@ -1945,11 +1945,10 @@ void video_driver_set_title_buf(void)
|
||||
{
|
||||
struct retro_system_info info;
|
||||
core_get_system_info(&info);
|
||||
strlcpy(video_driver_title_buf,
|
||||
fill_string_concat(video_driver_title_buf,
|
||||
msg_hash_to_str(MSG_PROGRAM),
|
||||
" ",
|
||||
sizeof(video_driver_title_buf));
|
||||
strlcat(video_driver_title_buf,
|
||||
" ", sizeof(video_driver_title_buf));
|
||||
strlcat(video_driver_title_buf,
|
||||
info.library_name,
|
||||
sizeof(video_driver_title_buf));
|
||||
|
Loading…
x
Reference in New Issue
Block a user