|
RetroArch
|
#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"Functions | |
| static void | free_retro_game_info (struct retro_game_info *dest) |
| static struct retro_game_info * | clone_retro_game_info (const struct retro_game_info *src) |
| static void | free_string_list (struct string_list *dest) |
| static struct string_list * | string_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_info * | clone_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_t * | load_content_info |
| enum rarch_core_type | last_core_type |
|
static |
|
static |
|
static |
|
static |
|
static |
| void set_last_core_type | ( | enum rarch_core_type | type | ) |
| void set_load_content_info | ( | const retro_ctx_load_content_info_t * | ctx | ) |
|
static |
| enum rarch_core_type last_core_type |
| retro_ctx_load_content_info_t* load_content_info |
1.8.15