|
bool | command_set_shader (const char *arg) |
|
bool | command_network_send (const char *cmd_) |
|
command_t * | command_new (void) |
|
bool | command_network_new (command_t *handle, bool stdin_enable, bool network_enable, uint16_t port) |
|
bool | command_poll (command_t *handle) |
|
bool | command_get (command_handle_t *handle) |
|
bool | command_set (command_handle_t *handle) |
|
bool | command_free (command_t *handle) |
|
static void | command_event_disk_control_set_eject (bool new_state, bool print_log) |
|
static void | command_event_disk_control_set_index (unsigned idx) |
|
static bool | command_event_disk_control_append_image (const char *path) |
|
static void | command_event_check_disk_prev (const struct retro_disk_control_callback *control) |
|
static void | command_event_check_disk_next (const struct retro_disk_control_callback *control) |
|
static void | command_event_set_volume (float gain) |
|
static void | command_event_set_mixer_volume (float gain) |
|
static void | command_event_init_controllers (void) |
|
static void | command_event_deinit_core (bool reinit) |
|
static void | command_event_init_cheats (void) |
|
static void | command_event_load_auto_state (void) |
|
static void | command_event_set_savestate_auto_index (void) |
|
static bool | event_init_content (void) |
|
static bool | command_event_init_core (enum rarch_core_type *data) |
|
static void | command_event_disable_overrides (void) |
|
static void | command_event_restore_default_shader_preset (void) |
|
static void | command_event_restore_remaps (void) |
|
static bool | command_event_save_auto_state (void) |
|
static bool | command_event_save_config (const char *config_path, char *s, size_t len) |
|
static bool | command_event_save_core_config (void) |
|
static void | command_event_save_current_config (enum override_type type) |
|
static void | command_event_undo_save_state (char *s, size_t len) |
|
static void | command_event_undo_load_state (char *s, size_t len) |
|
static bool | command_event_main_state (unsigned cmd) |
|
static bool | command_event_resize_windowed_scale (void) |
|
void | command_playlist_push_write (playlist_t *playlist, const char *path, const char *label, const char *core_path, const char *core_name) |
|
void | command_playlist_update_write (playlist_t *plist, size_t idx, const char *path, const char *label, const char *core_path, const char *core_display_name, const char *crc32, const char *db_name) |
|
bool | command_event (enum event_command cmd, void *data) |
|