Go to the source code of this file.
|
enum | content_mode_load { CONTENT_MODE_LOAD_NONE = 0,
CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_MENU,
CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU,
CONTENT_MODE_LOAD_CONTENT_WITH_IMAGEVIEWER_CORE_FROM_MENU
} |
|
enum | nbio_status_enum { NBIO_STATUS_INIT = 0,
NBIO_STATUS_TRANSFER,
NBIO_STATUS_TRANSFER_PARSE,
NBIO_STATUS_TRANSFER_FINISHED
} |
|
enum | nbio_status_flags { NBIO_FLAG_NONE = 0,
NBIO_FLAG_IMAGE_SUPPORTS_RGBA
} |
|
enum | nbio_type {
NBIO_TYPE_NONE = 0,
NBIO_TYPE_JPEG,
NBIO_TYPE_PNG,
NBIO_TYPE_TGA,
NBIO_TYPE_BMP,
NBIO_TYPE_OGG,
NBIO_TYPE_FLAC,
NBIO_TYPE_MP3,
NBIO_TYPE_MOD,
NBIO_TYPE_WAV
} |
|
|
bool | task_push_image_load (const char *fullpath, retro_task_callback_t cb, void *userdata) |
|
bool | task_check_decompress (const char *source_file) |
|
bool | task_push_decompress (const char *source_file, const char *target_dir, const char *target_file, const char *subdir, const char *valid_ext, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_load_content_with_current_core_from_companion_ui (const char *fullpath, content_ctx_info_t *content_info, enum rarch_core_type type, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_load_content_from_cli (const char *core_path, const char *fullpath, content_ctx_info_t *content_info, enum rarch_core_type type, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_load_new_core (const char *core_path, const char *fullpath, content_ctx_info_t *content_info, enum rarch_core_type type, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_start_builtin_core (content_ctx_info_t *content_info, enum rarch_core_type type, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_start_current_core (content_ctx_info_t *content_info) |
|
bool | task_push_start_dummy_core (content_ctx_info_t *content_info) |
|
bool | task_push_load_content_with_new_core_from_companion_ui (const char *core_path, const char *fullpath, content_ctx_info_t *content_info, retro_task_callback_t cb, void *user_data) |
|
void | task_file_load_handler (retro_task_t *task) |
|
bool | task_audio_mixer_load_handler (retro_task_t *task) |
|
bool | take_screenshot (const char *path, bool silence, bool has_valid_framebuffer, bool fullpath, bool use_thread) |
|
bool | event_load_save_files (void) |
|
bool | event_save_files (void) |
|
void | path_init_savefile_rtc (const char *savefile_path) |
|
void * | savefile_ptr_get (void) |
|
void | path_init_savefile_new (void) |
|
bool | input_is_autoconfigured (unsigned i) |
|
unsigned | input_autoconfigure_get_device_name_index (unsigned i) |
|
void | input_autoconfigure_reset (void) |
|
bool | input_autoconfigure_connect (const char *name, const char *display_name, const char *driver, unsigned idx, unsigned vid, unsigned pid) |
|
bool | input_autoconfigure_disconnect (unsigned i, const char *ident) |
|
bool | input_autoconfigure_get_swap_override (void) |
|
void | input_autoconfigure_joypad_reindex_devices (void) |
|
void | task_push_get_powerstate (void) |
|
enum frontend_powerstate | get_last_powerstate (int *percent) |
|
bool | task_push_audio_mixer_load_and_play (const char *fullpath, retro_task_callback_t cb, void *user_data) |
|
bool | task_push_audio_mixer_load (const char *fullpath, retro_task_callback_t cb, void *user_data) |
|
void | set_save_state_in_background (bool state) |
|
◆ nbio_handle_t
◆ content_mode_load
Enumerator |
---|
CONTENT_MODE_LOAD_NONE | |
CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_MENU | |
CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU | |
CONTENT_MODE_LOAD_CONTENT_WITH_IMAGEVIEWER_CORE_FROM_MENU | |
◆ nbio_status_enum
Enumerator |
---|
NBIO_STATUS_INIT | |
NBIO_STATUS_TRANSFER | |
NBIO_STATUS_TRANSFER_PARSE | |
NBIO_STATUS_TRANSFER_FINISHED | |
◆ nbio_status_flags
Enumerator |
---|
NBIO_FLAG_NONE | |
NBIO_FLAG_IMAGE_SUPPORTS_RGBA | |
◆ nbio_type
Enumerator |
---|
NBIO_TYPE_NONE | |
NBIO_TYPE_JPEG | |
NBIO_TYPE_PNG | |
NBIO_TYPE_TGA | |
NBIO_TYPE_BMP | |
NBIO_TYPE_OGG | |
NBIO_TYPE_FLAC | |
NBIO_TYPE_MP3 | |
NBIO_TYPE_MOD | |
NBIO_TYPE_WAV | |
◆ event_load_save_files()
◆ event_save_files()
◆ get_last_powerstate()
◆ input_autoconfigure_connect()
bool input_autoconfigure_connect |
( |
const char * |
name, |
|
|
const char * |
display_name, |
|
|
const char * |
driver, |
|
|
unsigned |
idx, |
|
|
unsigned |
vid, |
|
|
unsigned |
pid |
|
) |
| |
◆ input_autoconfigure_disconnect()
bool input_autoconfigure_disconnect |
( |
unsigned |
i, |
|
|
const char * |
ident |
|
) |
| |
◆ input_autoconfigure_get_device_name_index()
unsigned input_autoconfigure_get_device_name_index |
( |
unsigned |
i | ) |
|
◆ input_autoconfigure_get_swap_override()
bool input_autoconfigure_get_swap_override |
( |
void |
| ) |
|
◆ input_autoconfigure_joypad_reindex_devices()
void input_autoconfigure_joypad_reindex_devices |
( |
void |
| ) |
|
◆ input_autoconfigure_reset()
◆ input_is_autoconfigured()
bool input_is_autoconfigured |
( |
unsigned |
i | ) |
|
◆ path_init_savefile_new()
◆ path_init_savefile_rtc()
void path_init_savefile_rtc |
( |
const char * |
savefile_path | ) |
|
◆ savefile_ptr_get()
◆ set_save_state_in_background()
void set_save_state_in_background |
( |
bool |
state | ) |
|
◆ take_screenshot()
◆ task_audio_mixer_load_handler()
◆ task_check_decompress()
bool task_check_decompress |
( |
const char * |
source_file | ) |
|
◆ task_file_load_handler()
◆ task_push_audio_mixer_load()
◆ task_push_audio_mixer_load_and_play()
◆ task_push_decompress()
◆ task_push_get_powerstate()
◆ task_push_image_load()
◆ task_push_load_content_from_cli()
◆ task_push_load_content_with_current_core_from_companion_ui()
◆ task_push_load_content_with_new_core_from_companion_ui()
◆ task_push_load_new_core()
◆ task_push_start_builtin_core()
◆ task_push_start_current_core()
◆ task_push_start_dummy_core()
◆ input_builtin_autoconfs
◆ transfer_cb_t