RetroArch
Functions | Variables
copy_load_info.c File Reference
#include <stdlib.h>
#include <string.h>
#include <libretro.h>
#include <lists/string_list.h>
#include "../core.h"
#include "mem_util.h"
#include "copy_load_info.h"
Include dependency graph for copy_load_info.c:

Functions

static void free_retro_game_info (struct retro_game_info *dest)
 
static struct retro_game_infoclone_retro_game_info (const struct retro_game_info *src)
 
static void free_string_list (struct string_list *dest)
 
static struct string_liststring_list_clone (const struct string_list *src)
 
static void free_retro_ctx_load_content_info (struct retro_ctx_load_content_info *dest)
 
static struct retro_ctx_load_content_infoclone_retro_ctx_load_content_info (const struct retro_ctx_load_content_info *src)
 
void set_load_content_info (const retro_ctx_load_content_info_t *ctx)
 
void set_last_core_type (enum rarch_core_type type)
 

Variables

retro_ctx_load_content_info_tload_content_info
 
enum rarch_core_type last_core_type
 

Function Documentation

◆ clone_retro_ctx_load_content_info()

static struct retro_ctx_load_content_info* clone_retro_ctx_load_content_info ( const struct retro_ctx_load_content_info src)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clone_retro_game_info()

static struct retro_game_info* clone_retro_game_info ( const struct retro_game_info src)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_retro_ctx_load_content_info()

static void free_retro_ctx_load_content_info ( struct retro_ctx_load_content_info dest)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_retro_game_info()

static void free_retro_game_info ( struct retro_game_info dest)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_string_list()

static void free_string_list ( struct string_list dest)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_last_core_type()

void set_last_core_type ( enum rarch_core_type  type)
Here is the caller graph for this function:

◆ set_load_content_info()

void set_load_content_info ( const retro_ctx_load_content_info_t ctx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_list_clone()

static struct string_list* string_list_clone ( const struct string_list src)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ last_core_type

enum rarch_core_type last_core_type

◆ load_content_info

retro_ctx_load_content_info_t* load_content_info