(Frontend) Go through rarch_main_command

This commit is contained in:
twinaphex 2014-09-03 17:01:06 +02:00
parent 5a5d58d8e8
commit ba8f817587

View File

@ -323,7 +323,7 @@ bool main_load_content(int argc, char **argv, args_type() args,
goto error;
}
g_extern.lifecycle_state |= (1ULL << MODE_GAME);
rarch_main_command(RARCH_CMD_RESUME);
if (process_args)
process_args(rarch_argc_ptr, rarch_argv_ptr);