Go to the source code of this file.
◆ rarch_memory_descriptor_t
◆ rarch_memory_map_t
◆ rarch_system_info_t
◆ retro_callbacks_t
◆ retro_ctx_api_info_t
◆ retro_ctx_cheat_info_t
◆ retro_ctx_controller_info_t
◆ retro_ctx_environ_info_t
◆ retro_ctx_input_state_info_t
◆ retro_ctx_load_content_info_t
◆ retro_ctx_memory_info_t
◆ retro_ctx_region_info_t
◆ retro_ctx_serialize_info_t
◆ retro_ctx_size_info_t
◆ anonymous enum
| Enumerator |
|---|
| POLL_TYPE_EARLY | |
| POLL_TYPE_NORMAL | |
| POLL_TYPE_LATE | |
◆ core_api_version()
◆ core_deinit()
◆ core_get_memory()
◆ core_get_region()
◆ core_get_system_av_info()
◆ core_get_system_info()
◆ core_has_set_input_descriptor()
| bool core_has_set_input_descriptor |
( |
void |
| ) |
|
◆ core_init()
◆ core_init_symbols()
◆ core_is_game_loaded()
◆ core_is_inited()
◆ core_is_symbols_inited()
◆ core_load()
| bool core_load |
( |
unsigned |
poll_type_behavior | ) |
|
◆ core_load_game()
◆ core_reset()
◆ core_reset_cheat()
◆ core_run()
◆ core_run_no_input_polling()
◆ core_serialization_quirks()
◆ core_serialize()
◆ core_serialize_size()
◆ core_set_cheat()
◆ core_set_controller_port_device()
◆ core_set_default_callbacks()
core_set_default_callbacks: : pointer to retro_callbacks object
Binds the libretro callbacks to default callback functions.
◆ core_set_environment()
◆ core_set_input_descriptors()
| void core_set_input_descriptors |
( |
void |
| ) |
|
◆ core_set_input_state()
◆ core_set_poll_type()
| bool core_set_poll_type |
( |
unsigned * |
type | ) |
|
◆ core_set_rewind_callbacks()
core_set_rewind_callbacks:
Sets the audio sampling callbacks based on whether or not rewinding is currently activated.
◆ core_set_serialization_quirks()
◆ core_uninit_libretro_callbacks()
| bool core_uninit_libretro_callbacks |
( |
void |
| ) |
|
◆ core_uninit_symbols()
◆ core_unload()
◆ core_unload_game()
◆ core_unserialize()
◆ core_unset_input_descriptors()
| void core_unset_input_descriptors |
( |
void |
| ) |
|
◆ core_verify_api_version()
◆ retro_ctx