RetroArch
Macros | Functions
menu_cbs_start.c File Reference
#include <compat/strl.h>
#include <file/file_path.h>
#include <lists/string_list.h>
#include <string/stdstring.h>
#include "../menu_driver.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/core_option_manager.h"
#include "../../managers/cheat_manager.h"
#include "../../retroarch.h"
#include "../../performance_counters.h"
#include "../../gfx/video_driver.h"
#include "../../input/input_driver.h"
#include "../../input/input_remapping.h"
#include "../../config.def.h"
Include dependency graph for menu_cbs_start.c:

Macros

#define BIND_ACTION_START(cbs, name)
 

Functions

static int action_start_audio_mixer_stream_volume (unsigned type, const char *label)
 
static int action_start_remap_file_load (unsigned type, const char *label)
 
static int action_start_video_filter_file_load (unsigned type, const char *label)
 
static int generic_action_start_performance_counters (struct retro_perf_counter **counters, unsigned offset, unsigned type, const char *label)
 
static int action_start_performance_counters_core (unsigned type, const char *label)
 
static int action_start_performance_counters_frontend (unsigned type, const char *label)
 
static int action_start_input_desc (unsigned type, const char *label)
 
static int action_start_shader_action_parameter (unsigned type, const char *label)
 
static int action_start_shader_pass (unsigned type, const char *label)
 
static int action_start_shader_scale_pass (unsigned type, const char *label)
 
static int action_start_shader_filter_pass (unsigned type, const char *label)
 
static int action_start_netplay_mitm_server (unsigned type, const char *label)
 
static int action_start_shader_watch_for_changes (unsigned type, const char *label)
 
static int action_start_shader_num_passes (unsigned type, const char *label)
 
static int action_start_cheat_num_passes (unsigned type, const char *label)
 
static int action_start_core_setting (unsigned type, const char *label)
 
static int action_start_playlist_association (unsigned type, const char *label)
 
static int action_start_video_resolution (unsigned type, const char *label)
 
static int action_start_lookup_setting (unsigned type, const char *label)
 
static int menu_cbs_init_bind_start_compare_label (menu_file_list_cbs_t *cbs)
 
static int menu_cbs_init_bind_start_compare_type (menu_file_list_cbs_t *cbs, unsigned type)
 
int menu_cbs_init_bind_start (menu_file_list_cbs_t *cbs, const char *path, const char *label, unsigned type, size_t idx)
 

Macro Definition Documentation

◆ BIND_ACTION_START

#define BIND_ACTION_START (   cbs,
  name 
)
Value:
cbs->action_start = name; \
cbs->action_start_ident = #name;
GLuint const GLchar * name
Definition: glext.h:6671

Function Documentation

◆ action_start_audio_mixer_stream_volume()

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

◆ action_start_cheat_num_passes()

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

◆ action_start_core_setting()

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

◆ action_start_input_desc()

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

◆ action_start_lookup_setting()

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

◆ action_start_netplay_mitm_server()

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

◆ action_start_performance_counters_core()

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

◆ action_start_performance_counters_frontend()

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

◆ action_start_playlist_association()

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

◆ action_start_remap_file_load()

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

◆ action_start_shader_action_parameter()

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

◆ action_start_shader_filter_pass()

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

◆ action_start_shader_num_passes()

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

◆ action_start_shader_pass()

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

◆ action_start_shader_scale_pass()

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

◆ action_start_shader_watch_for_changes()

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

◆ action_start_video_filter_file_load()

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

◆ action_start_video_resolution()

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

◆ generic_action_start_performance_counters()

static int generic_action_start_performance_counters ( struct retro_perf_counter **  counters,
unsigned  offset,
unsigned  type,
const char *  label 
)
static
Here is the caller graph for this function:

◆ menu_cbs_init_bind_start()

int menu_cbs_init_bind_start ( 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_start_compare_label()

static int menu_cbs_init_bind_start_compare_label ( menu_file_list_cbs_t cbs)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ menu_cbs_init_bind_start_compare_type()

static int menu_cbs_init_bind_start_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: