|
RetroArch
|
#include <file/file_path.h>#include <compat/strl.h>#include <string/stdstring.h>#include "../menu_driver.h"#include "../menu_cbs.h"#include "../menu_setting.h"#include "../../input/input_driver.h"#include "../../configuration.h"#include "../../tasks/tasks_internal.h"Macros | |
| #define | BIND_ACTION_SCAN(cbs, name) |
Functions | |
| int | action_switch_thumbnail (const char *path, const char *label, unsigned type, size_t idx) |
| static int | action_scan_input_desc (const char *path, const char *label, unsigned type, size_t idx) |
| static int | menu_cbs_init_bind_scan_compare_type (menu_file_list_cbs_t *cbs, unsigned type) |
| int | menu_cbs_init_bind_scan (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx) |
| #define BIND_ACTION_SCAN | ( | cbs, | |
| name | |||
| ) |
|
static |
| int menu_cbs_init_bind_scan | ( | menu_file_list_cbs_t * | cbs, |
| const char * | path, | ||
| const char * | label, | ||
| unsigned | type, | ||
| size_t | idx | ||
| ) |
|
static |
1.8.15