Setup platform_xdk as context as well

This commit is contained in:
twinaphex 2013-07-27 00:32:56 +02:00
parent 69381c2735
commit 2650bec798

View File

@ -313,3 +313,12 @@ static void system_exitspawn(void)
rarch_console_exec(g_settings.libretro, should_load_game);
#endif
}
const frontend_ctx_driver_t frontend_ctx_xdk = {
get_environment_settings,
system_init,
system_deinit,
system_exitspawn,
system_process_args,
"xdk",
};