mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Setup platform_xdk as context as well
This commit is contained in:
parent
69381c2735
commit
2650bec798
@ -313,3 +313,12 @@ static void system_exitspawn(void)
|
|||||||
rarch_console_exec(g_settings.libretro, should_load_game);
|
rarch_console_exec(g_settings.libretro, should_load_game);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const frontend_ctx_driver_t frontend_ctx_xdk = {
|
||||||
|
get_environment_settings,
|
||||||
|
system_init,
|
||||||
|
system_deinit,
|
||||||
|
system_exitspawn,
|
||||||
|
system_process_args,
|
||||||
|
"xdk",
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user