Beispiel #1
0
static int action_get_title_core_assets_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Core Assets Dir", path, len);
}
Beispiel #2
0
static int action_get_title_content_database_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Database Dir", path, len);
}
Beispiel #3
0
static int action_get_title_dynamic_wallpapers_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Dynamic Wallpapers Dir", path, len);
}
Beispiel #4
0
static int action_get_title_deferred_core_list(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Supported Cores", path, len);
}
Beispiel #5
0
static int action_get_title_configurations(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Config", path, len);
}
Beispiel #6
0
static int action_get_title_playlist_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Playlist Dir", path, len);
}
Beispiel #7
0
static int action_get_title_onscreen_overlay_keyboard_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "OSK Overlay Dir", path, len);
}
Beispiel #8
0
static int action_get_title_core_info_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, menu_hash_to_str(MENU_LABEL_VALUE_LIBRETRO_INFO_PATH), path, len);
}
Beispiel #9
0
static int action_get_title_audio_filter(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, menu_hash_to_str(MENU_LABEL_VALUE_AUDIO_FILTER_DIR), path, len);
}
Beispiel #10
0
static int action_get_title_remap_file_load(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Remap File", path, len);
}
Beispiel #11
0
static int action_get_title_overlay(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Overlay", path, len);
}
Beispiel #12
0
static int action_get_title_extraction_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, menu_hash_to_str(MENU_LABEL_VALUE_CACHE_DIRECTORY), path, len);
}
Beispiel #13
0
static int action_get_title_video_filter_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, menu_hash_to_str(MENU_LABEL_VALUE_VIDEO_FILTER_DIR), path, len);
}
Beispiel #14
0
static int action_get_title_recording_output_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Recording Output Dir", path, len);
}
Beispiel #15
0
static int action_get_title_input_remapping_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Input Remapping Dir", path, len);
}
Beispiel #16
0
static int action_get_title_font_path(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Font", path, len);
}
Beispiel #17
0
static int action_get_title_autoconfig_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Autoconfig Dir", path, len);
}
Beispiel #18
0
static int action_get_title_video_shader_preset(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Shader Preset", path, len);
}
Beispiel #19
0
static int action_get_title_browser_directory(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Browser Dir", path, len);
}
Beispiel #20
0
static int action_get_title_disk_image_append(const char *path, const char *label, 
      unsigned menu_type, char *s, size_t len)
{
   return fill_title(s, "Disk Append", path, len);
}