mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Merge pull request #9575 from RobLoach/fix/RobLoach/9514--title
Fix window title missing space
This commit is contained in:
commit
b12d1d7d8a
@ -4126,6 +4126,8 @@ static bool command_event_init_core(enum rarch_core_type type)
|
||||
" ",
|
||||
runloop_system.info.library_name,
|
||||
sizeof(video_driver_title_buf));
|
||||
strlcat(video_driver_title_buf, " ",
|
||||
sizeof(video_driver_title_buf));
|
||||
strlcat(video_driver_title_buf,
|
||||
runloop_system.info.library_version,
|
||||
sizeof(video_driver_title_buf));
|
||||
|
Loading…
x
Reference in New Issue
Block a user