From b0013dbd680b8ecd84918123a219e01a31569b95 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 31 Jan 2018 22:49:19 +0100 Subject: [PATCH] Cleanups --- gfx/video_driver.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,