mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
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;
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user