mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 23:14:34 +00:00
add a function to retrieve the current OSD line
This commit is contained in:
parent
a64fe6ce63
commit
6999322a53
@ -155,6 +155,14 @@ void runloop_msg_queue_push(const char *msg,
|
||||
|
||||
}
|
||||
|
||||
char* runloop_msg_queue_pull()
|
||||
{
|
||||
runloop_ctx_msg_info_t msg_info;
|
||||
runloop_ctl(RUNLOOP_CTL_MSG_QUEUE_PULL, &msg_info);
|
||||
|
||||
return strdup(msg_info.msg);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
static bool runloop_cmd_get_state_menu_toggle_button_combo(
|
||||
settings_t *settings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user