(Frontend) Add init_msg_queue after rarch_main_clear_state

This commit is contained in:
twinaphex 2014-05-31 16:31:03 +02:00
parent 7b0ce6131e
commit 521c5e077f

View File

@ -303,6 +303,7 @@ returntype main_entry(signature())
driver.frontend_ctx->init(args);
rarch_main_clear_state();
rarch_init_msg_queue();
if (driver.frontend_ctx && driver.frontend_ctx->environment_get)
{