Function rust_libretro::environment::set_disk_control_interface
source · [−]pub unsafe fn set_disk_control_interface(
callback: retro_environment_t,
data: retro_disk_control_callback
) -> boolExpand description
Sets an interface which frontend can use to eject and insert disk images. This is used for games which consist of multiple images and must be manually swapped out by the user (e.g. PSX).
