Trait rust_libretro::core::CoreOptions
source · pub trait CoreOptions {
fn set_core_options(&self, _ctx: &SetEnvironmentContext<'_>) -> bool { ... }
}
Expand description
This trait defines the set_core_options
function.
Provided Methods§
sourcefn set_core_options(&self, _ctx: &SetEnvironmentContext<'_>) -> bool
fn set_core_options(&self, _ctx: &SetEnvironmentContext<'_>) -> bool
Used to tell the frontend any options / settings your core supports. This can be done by using either of the following functions: