Home
last modified time | relevance | path

Searched refs:fastforward_after_frames (Results 1 – 2 of 2) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch_data.h2032 unsigned fastforward_after_frames; member
H A Dretroarch.c18594 p_rarch->fastforward_after_frames = 1; in rarch_environment_cb()
38644 p_rarch->fastforward_after_frames = 1; in runloop_check_state()
39233 if (p_rarch->fastforward_after_frames && audio_sync) in runloop_iterate()
39235 if (p_rarch->fastforward_after_frames == 1) in runloop_iterate()
39246 p_rarch->fastforward_after_frames++; in runloop_iterate()
39248 if (p_rarch->fastforward_after_frames == 6) in runloop_iterate()
39259 p_rarch->fastforward_after_frames = 0; in runloop_iterate()