mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Linux non-HAVE_DYNAMIC) Can now exit properly
This commit is contained in:
parent
feb744fafe
commit
d9113b8bc4
@ -2158,16 +2158,8 @@ static void frontend_linux_exitspawn(char *core_path, size_t core_path_size)
|
|||||||
{
|
{
|
||||||
bool should_load_game = exitspawn_start_game;
|
bool should_load_game = exitspawn_start_game;
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (!exit_spawn)
|
if (!exit_spawn)
|
||||||
{
|
|
||||||
frontend_ctx_driver_t *frontend = frontend_get_ptr();
|
|
||||||
|
|
||||||
if (frontend)
|
|
||||||
frontend->shutdown = frontend_linux_shutdown;
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
frontend_linux_exec(core_path, should_load_game);
|
frontend_linux_exec(core_path, should_load_game);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user