Change title
This commit is contained in:
parent
50a7686931
commit
0696e0ca46
|
@ -505,7 +505,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
|||
#ifndef RARCH_CONSOLE
|
||||
strlcpy(runloop_system.title_buf,
|
||||
msg_hash_to_str(MSG_PROGRAM), sizeof(runloop_system.title_buf));
|
||||
strlcat(runloop_system.title_buf, " : ", sizeof(runloop_system.title_buf));
|
||||
strlcat(runloop_system.title_buf, " ", sizeof(runloop_system.title_buf));
|
||||
#endif
|
||||
strlcat(runloop_system.title_buf, runloop_system.info.library_name, sizeof(runloop_system.title_buf));
|
||||
strlcat(runloop_system.title_buf, " ", sizeof(runloop_system.title_buf));
|
||||
|
|
Loading…
Reference in New Issue