|
RetroArch
|
#include <compat/strl.h>#include <file/file_path.h>#include "../menu_driver.h"#include "../menu_cbs.h"#include "../../file_path_special.h"#include "../managers/cheat_manager.h"Macros | |
| #define | BIND_ACTION_LABEL(cbs, name) |
| #define | fill_label_macro(func, lbl) |
Functions | |
| static int | action_bind_label_generic (file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len) |
| fill_label_macro (action_bind_label_information, MENU_ENUM_LABEL_VALUE_INFORMATION) | |
| static int | action_bind_label_cheat_browse_address (file_list_t *list, unsigned type, unsigned i, const char *label, const char *path, char *s, size_t len) |
| int | menu_cbs_init_bind_label (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx) |
| #define BIND_ACTION_LABEL | ( | cbs, | |
| name | |||
| ) |
| #define fill_label_macro | ( | func, | |
| lbl | |||
| ) |
|
static |
|
static |
| fill_label_macro | ( | action_bind_label_information | , |
| MENU_ENUM_LABEL_VALUE_INFORMATION | |||
| ) |
| int menu_cbs_init_bind_label | ( | menu_file_list_cbs_t * | cbs, |
| const char * | path, | ||
| const char * | label, | ||
| unsigned | type, | ||
| size_t | idx | ||
| ) |
1.8.15