RetroArch
Macros | Functions | Variables
menu_cbs_right.c File Reference
#include <compat/strl.h>
#include <file/file_path.h>
#include <lists/string_list.h>
#include <string/stdstring.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 "../../audio/audio_driver.h"
#include "../../configuration.h"
#include "../../core.h"
#include "../../core_info.h"
#include "../../managers/cheat_manager.h"
#include "../../file_path_special.h"
#include "../../retroarch.h"
#include "../../verbosity.h"
#include "../../ui/ui_companion_driver.h"
#include "../../network/netplay/netplay.h"
Include dependency graph for menu_cbs_right.c:

Macros

#define BIND_ACTION_RIGHT(cbs, name)
 

Functions

static int generic_shader_action_parameter_right (struct video_shader_parameter *param, unsigned type, const char *label, bool wraparound)
 
int shader_action_parameter_right (unsigned type, const char *label, bool wraparound)
 
int generic_action_cheat_toggle (size_t idx, unsigned type, const char *label, bool wraparound)
 
int action_right_cheat (unsigned type, const char *label, bool wraparound)
 
int action_right_input_desc_kbd (unsigned type, const char *label, bool wraparound)
 
int action_right_input_desc (unsigned type, const char *label, bool wraparound)
 
static int action_right_scroll (unsigned type, const char *label, bool wraparound)
 
static int audio_mixer_stream_volume_right (unsigned type, const char *label, bool wraparound)
 
static int action_right_goto_tab (void)
 
static int action_right_mainmenu (unsigned type, const char *label, bool wraparound)
 
static int action_right_cheat_delete_all (unsigned type, const char *label, bool wraparound)
 
static int action_right_shader_scale_pass (unsigned type, const char *label, bool wraparound)
 
static int action_right_shader_filter_pass (unsigned type, const char *label, bool wraparound)
 
static int action_right_shader_filter_default (unsigned type, const char *label, bool wraparound)
 
static int action_right_cheat_num_passes (unsigned type, const char *label, bool wraparound)
 
static int action_right_shader_num_passes (unsigned type, const char *label, bool wraparound)
 
static int action_right_shader_watch_for_changes (unsigned type, const char *label, bool wraparound)
 
static int action_right_video_resolution (unsigned type, const char *label, bool wraparound)
 
static int playlist_association_right (unsigned type, const char *label, bool wraparound)
 
int core_setting_right (unsigned type, const char *label, bool wraparound)
 
static int disk_options_disk_idx_right (unsigned type, const char *label, bool wraparound)
 
int bind_right_generic (unsigned type, const char *label, bool wraparound)
 
static int menu_cbs_init_bind_right_compare_type (menu_file_list_cbs_t *cbs, unsigned type, const char *menu_label)
 
static int menu_cbs_init_bind_right_compare_label (menu_file_list_cbs_t *cbs, const char *label, uint32_t label_hash, const char *menu_label)
 
int menu_cbs_init_bind_right (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_RIGHT

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

Function Documentation

◆ action_right_cheat()

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

◆ action_right_cheat_delete_all()

static int action_right_cheat_delete_all ( 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_right_cheat_num_passes()

static int action_right_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_right_goto_tab()

static int action_right_goto_tab ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ action_right_input_desc()

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

◆ action_right_input_desc_kbd()

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

◆ action_right_mainmenu()

static int action_right_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_right_scroll()

static int action_right_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_right_shader_filter_default()

static int action_right_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_right_shader_filter_pass()

static int action_right_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_right_shader_num_passes()

static int action_right_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_right_shader_scale_pass()

static int action_right_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_right_shader_watch_for_changes()

static int action_right_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_right_video_resolution()

static int action_right_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_right()

static int audio_mixer_stream_volume_right ( 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_right_generic()

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

◆ core_setting_right()

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

◆ disk_options_disk_idx_right()

static int disk_options_disk_idx_right ( 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_action_cheat_toggle()

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

◆ generic_shader_action_parameter_right()

static int generic_shader_action_parameter_right ( 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_right()

int menu_cbs_init_bind_right ( 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_right_compare_label()

static int menu_cbs_init_bind_right_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_right_compare_type()

static int menu_cbs_init_bind_right_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_right()

static int playlist_association_right ( 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_right()

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