Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch_data.h1289 POLL_TYPE_OVERRIDE_DONTCARE = 0, enumerator
H A Dretroarch.c19257 p_rarch->core_poll_type_override = POLL_TYPE_OVERRIDE_DONTCARE; in secondary_core_destroy()
34404 p_rarch->core_poll_type_override = POLL_TYPE_OVERRIDE_DONTCARE; in unload_hook()
39485 unsigned new_poll_type = (core_poll_type_override > POLL_TYPE_OVERRIDE_DONTCARE) in core_input_state_poll_return_cb()
39498 unsigned new_poll_type = (core_poll_type_override > POLL_TYPE_OVERRIDE_DONTCARE) in core_input_state_poll_maybe()
39788 p_rarch->core_poll_type_override = POLL_TYPE_OVERRIDE_DONTCARE; in core_unload_game()
39805 unsigned new_poll_type = (core_poll_type_override != POLL_TYPE_OVERRIDE_DONTCARE) in core_run()