RetroArch
Macros | Functions
menu_cbs_scan.c File Reference
#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"
Include dependency graph for menu_cbs_scan.c:

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)
 

Macro Definition Documentation

◆ BIND_ACTION_SCAN

#define BIND_ACTION_SCAN (   cbs,
  name 
)
Value:
cbs->action_scan = name; \
cbs->action_scan_ident = #name;
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_scan_input_desc()

static int action_scan_input_desc ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_switch_thumbnail()

int action_switch_thumbnail ( const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_scan()

int menu_cbs_init_bind_scan ( menu_file_list_cbs_t cbs,
const char *  path,
const char *  label,
unsigned  type,
size_t  idx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_scan_compare_type()

static int menu_cbs_init_bind_scan_compare_type ( menu_file_list_cbs_t cbs,
unsigned  type 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: