RetroArch
secondary_core.h
Go to the documentation of this file.
1 #ifndef __SECONDARY_CORE_H__
2 #define __SECONDARY_CORE_H__
3 
4 #include <stddef.h>
5 #include <boolean.h>
6 
7 #include <retro_common_api.h>
8 
9 #include "../core_type.h"
10 
12 
14 bool secondary_core_deserialize(const void *buffer, int size);
16 void secondary_core_destroy(void);
19 void clear_controller_port_map(void);
21 
23 
24 #endif
rarch_core_type
Definition: core_type.h:19
void secondary_core_set_variable_update(void)
Definition: secondary_core.c:434
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
void secondary_core_destroy(void)
Definition: secondary_core.c:432
RETRO_BEGIN_DECLS bool secondary_core_run_use_last_input(void)
GLsizeiptr size
Definition: glext.h:6559
includes all by default used to find thumbnails Please choose a single playlist first Add Entry Add Folder Select Files< multiple > Please fill out all required fields RetroArch updated successfully Please restart the application for the changes to take effect Contributors Move Down Load Remove Add Pass No shader passes Reset All Passes Download thumbnail Start on Download All Thumbnails This Playlist Configured in port
Definition: msg_hash_us.h:7699
GLenum type
Definition: glext.h:6233
void clear_controller_port_map(void)
Definition: secondary_core.c:435
void remember_controller_port_device(long port, long device)
Definition: secondary_core.c:433
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
bool secondary_core_deserialize(const void *buffer, int size)
Definition: secondary_core.c:427
Definition: video4linux2.c:51
struct nk_device device
Definition: nk_common.c:44
void set_last_core_type(enum rarch_core_type type)
Definition: copy_load_info.c:291
bool secondary_core_ensure_exists(void)