diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 29c8970140..d47d8c262b 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -2212,11 +2212,10 @@ void video_driver_set_title_buf(void) struct retro_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), " ", - sizeof(video_driver_title_buf)); - strlcat(video_driver_title_buf, info.library_name, sizeof(video_driver_title_buf)); strlcat(video_driver_title_buf,