Module rust_libretro::core
source · Expand description
Provides the Core
and CoreOptions
traits.
Traits
This trait defines the basic functions that every libretro core must implement.
See also
retro_core!()
.This trait defines the
set_core_options
function.