Add content_loaded callback function invocation when content

is loaded
This commit is contained in:
twinaphex 2014-10-17 04:49:25 +02:00
parent 7b2deee502
commit b2aab151c8

View File

@ -2013,6 +2013,8 @@ void rarch_main_set_state(unsigned cmd)
if (!load_menu_content())
rarch_main_set_state(RARCH_ACTION_STATE_MENU_RUNNING);
#endif
if (driver.frontend_ctx && driver.frontend_ctx->content_loaded)
driver.frontend_ctx->content_loaded();
break;
case RARCH_ACTION_STATE_MENU_RUNNING_FINISHED:
#ifdef HAVE_MENU