Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c21632 enum overlay_orientation active_overlay_orientation = OVERLAY_ORIENTATION_NONE; in input_overlay_auto_rotate_() local
21647 active_overlay_orientation = OVERLAY_ORIENTATION_LANDSCAPE; in input_overlay_auto_rotate_()
21649 active_overlay_orientation = OVERLAY_ORIENTATION_PORTRAIT; in input_overlay_auto_rotate_()
21653 if (active_overlay_orientation == OVERLAY_ORIENTATION_NONE) in input_overlay_auto_rotate_()
21658 if (screen_orientation == active_overlay_orientation) in input_overlay_auto_rotate_()
21673 if (active_overlay_orientation == OVERLAY_ORIENTATION_LANDSCAPE) in input_overlay_auto_rotate_()