This commit is contained in:
twinaphex 2015-12-07 13:20:19 +01:00
parent 5679950f20
commit c6e454da46
2 changed files with 1 additions and 4 deletions

View File

@ -804,9 +804,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
break;
case RUNLOOP_CTL_MSG_QUEUE_INIT:
runloop_ctl(RUNLOOP_CTL_MSG_QUEUE_DEINIT, NULL);
if (g_msg_queue)
return true;
g_msg_queue = msg_queue_new(8);
retro_assert(g_msg_queue);

View File

@ -146,7 +146,7 @@ static void regular_wait(void)
regular_gather();
}
static void regular_reset()
static void regular_reset(void)
{
rarch_task_t *task;