Skip to main content

Module core

Module core 

Source
Expand description

Provides the Core and CoreOptions traits.

Traitsยง

Core
This trait defines the basic functions that every libretro core must implement. See also retro_core!().
CoreOptions
This trait defines the set_core_options function.