Crate libretro_rs

Source

Re-exports§

pub use libc;

Modules§

core_macro
sys

Macros§

libretro_core

Structs§

RetroAudioInfo
RetroEnvironment
Exposes the retro_environment_t callback in an idiomatic fashion. Each of the RETRO_ENVIRONMENT_* keys will eventually have a corresponding method here.
RetroInstance
This is the glue layer between a RetroCore implementation, and the libretro API.
RetroRuntime
RetroSystemAvInfo
RetroSystemInfo
RetroVideoInfo

Enums§

RetroDevice
RetroGame
Represents the possible ways that a frontend can pass game information to a core.
RetroJoypadButton
RetroLoadGameResult
RetroPixelFormat
RetroRegion
Represents the set of regions supported by libretro.

Traits§

RetroCore