RetroArch
Macros | Functions | Variables
menu_cbs_left.c File Reference
#include <compat/strl.h>
#include <file/file_path.h>
#include <string/stdstring.h>
#include <lists/string_list.h>
#include "../menu_content.h"
#include "../menu_driver.h"
#include "../menu_entries.h"
#include "../menu_cbs.h"
#include "../menu_input.h"
#include "../menu_setting.h"
#include "../menu_shader.h"
#include "../../configuration.h"
#include "../../core.h"
#include "../../core_info.h"
#include "../../managers/cheat_manager.h"
#include "../../file_path_special.h"
#include "../../driver.h"
#include "../../audio/audio_driver.h"
#include "../../gfx/video_driver.h"
#include "../../retroarch.h"
#include "../../network/netplay/netplay.h"
Include dependency graph for menu_cbs_left.c:

Macros

#define BIND_ACTION_LEFT(cbs, name)
 

Functions

static int generic_shader_action_parameter_left (struct video_shader_parameter *param, unsigned type, const char *label, bool wraparound)
 
static int shader_action_parameter_left (unsigned type, const char *label, bool wraparound)
 
static int audio_mixer_stream_volume_left (unsigned type, const char *label, bool wraparound)
 
static int action_left_cheat (unsigned type, const char *label, bool wraparound)
 
static int action_left_input_desc (unsigned type, const char *label, bool wraparound)
 
static int action_left_input_desc_kbd (unsigned type, const char *label, bool wraparound)
 
static int action_left_scroll (unsigned type, const char *label, bool wraparound)
 
static int action_left_mainmenu (unsigned type, const char *label, bool wraparound)
 
static int action_left_shader_scale_pass (unsigned type, const char *label, bool wraparound)
 
static int action_left_shader_filter_pass (unsigned type, const char *label, bool wraparound)
 
static int action_left_shader_filter_default (unsigned type, const char *label, bool wraparound)
 
static int action_left_cheat_num_passes (unsigned type, const char *label, bool wraparound)
 
static int action_left_shader_num_passes (unsigned type, const char *label, bool wraparound)
 
static int action_left_shader_watch_for_changes (unsigned type, const char *label, bool wraparound)
 
static int action_left_video_resolution (unsigned type, const char *label, bool wraparound)
 
static int playlist_association_left (unsigned type, const char *label, bool wraparound)
 
static int core_setting_left (unsigned type, const char *label, bool wraparound)
 
static int disk_options_disk_idx_left (unsigned type, const char *label, bool wraparound)
 
static int bind_left_generic (unsigned type, const char *label, bool wraparound)
 
static int menu_cbs_init_bind_left_compare_label (menu_file_list_cbs_t *cbs, const char *label, uint32_t label_hash, const char *menu_label)
 
static int menu_cbs_init_bind_left_compare_type (menu_file_list_cbs_t *cbs, unsigned type, const char *menu_label)
 
int menu_cbs_init_bind_left (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx, const char *menu_label, uint32_t label_hash)
 

Variables

struct key_desc key_descriptors [RARCH_MAX_KEYS]
 

Macro Definition Documentation

◆ BIND_ACTION_LEFT

#define BIND_ACTION_LEFT (   cbs,
  name 
)
Value:
do { \
cbs->action_left = name; \
cbs->action_left_ident = #name; \
} while(0)
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_left_cheat()

static int action_left_cheat ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_cheat_num_passes()

static int action_left_cheat_num_passes ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_input_desc()

static int action_left_input_desc ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_input_desc_kbd()

static int action_left_input_desc_kbd ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_mainmenu()

static int action_left_mainmenu ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_scroll()

static int action_left_scroll ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_shader_filter_default()

static int action_left_shader_filter_default ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_shader_filter_pass()

static int action_left_shader_filter_pass ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_shader_num_passes()

static int action_left_shader_num_passes ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_shader_scale_pass()

static int action_left_shader_scale_pass ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_shader_watch_for_changes()

static int action_left_shader_watch_for_changes ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_left_video_resolution()

static int action_left_video_resolution ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ audio_mixer_stream_volume_left()

static int audio_mixer_stream_volume_left ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bind_left_generic()

static int bind_left_generic ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ core_setting_left()

static int core_setting_left ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ disk_options_disk_idx_left()

static int disk_options_disk_idx_left ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ generic_shader_action_parameter_left()

static int generic_shader_action_parameter_left ( struct video_shader_parameter param,
unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the caller graph for this function:

◆ menu_cbs_init_bind_left()

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

◆ menu_cbs_init_bind_left_compare_label()

static int menu_cbs_init_bind_left_compare_label ( menu_file_list_cbs_t cbs,
const char *  label,
uint32_t  label_hash,
const char *  menu_label 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_left_compare_type()

static int menu_cbs_init_bind_left_compare_type ( menu_file_list_cbs_t cbs,
unsigned  type,
const char *  menu_label 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ playlist_association_left()

static int playlist_association_left ( unsigned  type,
const char *  label,
bool  wraparound 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shader_action_parameter_left()

static int shader_action_parameter_left ( unsigned  type,
const char *  label,
bool  wraparound 
)
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]