(Frontend) Add init_msg_queue after rarch_main_clear_state
This commit is contained in:
parent
7b0ce6131e
commit
521c5e077f
|
@ -303,6 +303,7 @@ returntype main_entry(signature())
|
||||||
driver.frontend_ctx->init(args);
|
driver.frontend_ctx->init(args);
|
||||||
|
|
||||||
rarch_main_clear_state();
|
rarch_main_clear_state();
|
||||||
|
rarch_init_msg_queue();
|
||||||
|
|
||||||
if (driver.frontend_ctx && driver.frontend_ctx->environment_get)
|
if (driver.frontend_ctx && driver.frontend_ctx->environment_get)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue