logo
Expand description

This module contains abstractions of the libretro environment callbacks.

Structs

Functions that are safe to be called in Core::on_write_audio.

Exposes environment callbacks that are safe to call in every context.

Functions that are safe to be called in Core::on_get_av_info

Functions that are safe to be called in Core::on_init

Functions that are safe to be called in Core::on_load_game.

Functions that are safe to be called in Core::on_load_game_special

Functions that are safe to be called in Core::on_options_changed

Functions that are safe to be called in Core::on_run.

Functions that are safe to be called in Core::on_set_environment

Type Definitions

Functions that are safe to be called in Core::on_cheat_reset.

Functions that are safe to be called in Core::on_cheat_set.

Functions that are safe to be called in Core::on_deinit.

Functions that are safe to be called in Core::get_memory_data.

Functions that are safe to be called in Core::get_memory_size.

Functions that are safe to be called in Core::on_get_region.

Functions that are safe to be called in Core::get_serialize_size.

Functions that are safe to be called in Core::on_reset.

Functions that are safe to be called in Core::on_serialize.

Functions that are safe to be called in Core::on_unload_game.

Functions that are safe to be called in Core::on_unserialize.