mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
Cleanup
This commit is contained in:
parent
5c269d38a1
commit
7e9eb5b6c4
@ -155,7 +155,7 @@ void runloop_msg_queue_push(const char *msg,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
char* runloop_msg_queue_pull()
|
char* runloop_msg_queue_pull(void)
|
||||||
{
|
{
|
||||||
runloop_ctx_msg_info_t msg_info;
|
runloop_ctx_msg_info_t msg_info;
|
||||||
runloop_ctl(RUNLOOP_CTL_MSG_QUEUE_PULL, &msg_info);
|
runloop_ctl(RUNLOOP_CTL_MSG_QUEUE_PULL, &msg_info);
|
||||||
|
@ -324,7 +324,7 @@ int runloop_iterate(unsigned *sleep_ms);
|
|||||||
void runloop_msg_queue_push(const char *msg, unsigned prio,
|
void runloop_msg_queue_push(const char *msg, unsigned prio,
|
||||||
unsigned duration, bool flush);
|
unsigned duration, bool flush);
|
||||||
|
|
||||||
char* runloop_msg_queue_pull();
|
char* runloop_msg_queue_pull(void);
|
||||||
|
|
||||||
bool runloop_ctl(enum runloop_ctl_state state, void *data);
|
bool runloop_ctl(enum runloop_ctl_state state, void *data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user