mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Simplify this code
This commit is contained in:
parent
3abbe15637
commit
9017fe8c50
@ -1214,10 +1214,10 @@ static INLINE int runloop_iterate_time_to_exit(bool quit_key_pressed)
|
||||
|
||||
settings = config_get_ptr();
|
||||
|
||||
if (!settings->load_dummy_on_core_shutdown)
|
||||
return -1;
|
||||
if (settings->load_dummy_on_core_shutdown)
|
||||
return runloop_iterate_time_to_exit_load_dummy();
|
||||
|
||||
return runloop_iterate_time_to_exit_load_dummy();
|
||||
return -1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user