mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
(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…
x
Reference in New Issue
Block a user