Cleanups
This commit is contained in:
parent
f9a412dc11
commit
b0013dbd68
|
@ -2212,11 +2212,10 @@ void video_driver_set_title_buf(void)
|
||||||
struct retro_system_info info;
|
struct retro_system_info info;
|
||||||
core_get_system_info(&info);
|
core_get_system_info(&info);
|
||||||
|
|
||||||
fill_pathname_noext(video_driver_title_buf,
|
fill_pathname_join_concat_noext(
|
||||||
|
video_driver_title_buf,
|
||||||
msg_hash_to_str(MSG_PROGRAM),
|
msg_hash_to_str(MSG_PROGRAM),
|
||||||
" ",
|
" ",
|
||||||
sizeof(video_driver_title_buf));
|
|
||||||
strlcat(video_driver_title_buf,
|
|
||||||
info.library_name,
|
info.library_name,
|
||||||
sizeof(video_driver_title_buf));
|
sizeof(video_driver_title_buf));
|
||||||
strlcat(video_driver_title_buf,
|
strlcat(video_driver_title_buf,
|
||||||
|
|
Loading…
Reference in New Issue