Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_content.c691 #define CONTENT_FILE_ATTR_GET_REQUIRED(attr) ((attr.i & 4) != 0) macro
935 bool required = CONTENT_FILE_ATTR_GET_REQUIRED(content->elems[idx].attr); in content_file_apply_overrides()
1001 if (CONTENT_FILE_ATTR_GET_REQUIRED(content->elems[i].attr)) in content_file_load()