This commit is contained in:
twinaphex 2018-01-31 22:49:19 +01:00
parent f9a412dc11
commit b0013dbd68
1 changed files with 2 additions and 3 deletions

View File

@ -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,