mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Remove unused RUNLOOP_CTL_IS_SLOWMOTION
This commit is contained in:
parent
0761381e2a
commit
b36f823d73
@ -437,8 +437,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
runloop_idle = *ptr;
|
||||
}
|
||||
break;
|
||||
case RUNLOOP_CTL_IS_SLOWMOTION:
|
||||
return runloop_slowmotion;
|
||||
case RUNLOOP_CTL_SET_SLOWMOTION:
|
||||
{
|
||||
bool *ptr = (bool*)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user