mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Cleanup
This commit is contained in:
parent
894da665ad
commit
91f7120604
@ -1052,8 +1052,9 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
rarch_task_deinit();
|
||||
break;
|
||||
case RUNLOOP_CTL_IS_CORE_OPTION_UPDATED:
|
||||
return runloop_system.core_options ?
|
||||
core_option_updated(runloop_system.core_options) : false;
|
||||
if (!runloop_system.core_options)
|
||||
return false;
|
||||
return core_option_updated(runloop_system.core_options);
|
||||
case RUNLOOP_CTL_CORE_OPTION_PREV:
|
||||
{
|
||||
unsigned *idx = (unsigned*)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user