Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c38688 static bool old_should_slot_decrease = false; in runloop_check_state() local
38700 check2 = should_slot_decrease && !old_should_slot_decrease; in runloop_check_state()
38724 old_should_slot_decrease = should_slot_decrease; in runloop_check_state()