mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Cleanups
This commit is contained in:
parent
ea64ea465a
commit
d376fbe8c4
@ -90,12 +90,12 @@ static int main_entry_iterate_shutdown(args_type() args)
|
||||
{
|
||||
(void)args;
|
||||
|
||||
// Load dummy core instead of exiting RetroArch completely.
|
||||
if (g_settings.load_dummy_on_core_shutdown)
|
||||
rarch_main_command(RARCH_CMD_PREPARE_DUMMY);
|
||||
else
|
||||
if (!g_settings.load_dummy_on_core_shutdown)
|
||||
return 1;
|
||||
|
||||
// Load dummy core instead of exiting RetroArch completely.
|
||||
rarch_main_command(RARCH_CMD_PREPARE_DUMMY);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -639,8 +639,8 @@ static int16_t input_state(unsigned port, unsigned device, unsigned index, unsig
|
||||
int16_t ret;
|
||||
if (bsv_movie_get_input(g_extern.bsv.movie, &ret))
|
||||
return ret;
|
||||
else
|
||||
g_extern.bsv.movie_end = true;
|
||||
|
||||
g_extern.bsv.movie_end = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user