(OSX) coreWasChosen - Implement some stubs

This commit is contained in:
Twinaphex 2014-10-16 23:56:26 +02:00
parent 81824f213d
commit 87445ca1c3

View File

@ -284,7 +284,9 @@ static char** waiting_argv;
if (!g_extern.main_is_init)
{
/* Load core/content here. */
/* TODO/FIXME: Set core/content here. */
rarch_main_command(RARCH_CMD_LOAD_CORE);
rarch_main_command(RARCH_CMD_LOAD_CONTENT);
}
else
g_extern.system.shutdown = true;