Skip to main content

export_core

Macro export_core 

Source
macro_rules! export_core {
    ($factory:expr) => { ... };
}
Expand description

Export a Core implementation as the required libretro retro_* symbols.

The macro keeps ABI exports uniform and routes callbacks through the crate’s typed panic-catching boundaries.