RetroArch
Functions | Variables
menu_cbs.c File Reference
#include <compat/strl.h>
#include <string/stdstring.h>
#include "menu_driver.h"
#include "menu_cbs.h"
#include "../verbosity.h"
Include dependency graph for menu_cbs.c:

Functions

static void menu_cbs_init_log (const char *entry_label, const char *bind_label, const char *label)
 
void menu_cbs_init (void *data, menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx)
 
int menu_cbs_exit (void)
 

Variables

struct key_desc key_descriptors [RARCH_MAX_KEYS]
 

Function Documentation

◆ menu_cbs_exit()

int menu_cbs_exit ( void  )
Here is the caller graph for this function:

◆ menu_cbs_init()

void menu_cbs_init ( void data,
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_log()

static void menu_cbs_init_log ( const char *  entry_label,
const char *  bind_label,
const char *  label 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ key_descriptors

struct key_desc key_descriptors[RARCH_MAX_KEYS]