Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch_data.h1715 char max_frames_screenshot_path[PATH_MAX_LENGTH]; member
H A Dretroarch.c35579 strlcpy(runloop_state.max_frames_screenshot_path, in retroarch_parse_input_and_config()
35581 sizeof(runloop_state.max_frames_screenshot_path)); in retroarch_parse_input_and_config()
38128 if (string_is_empty(runloop_state.max_frames_screenshot_path)) in runloop_check_state()
38133 screenshot_path = runloop_state.max_frames_screenshot_path; in runloop_check_state()