Trait libretro_backend::Backend
[−]
[src]
pub trait Backend { fn on_initialize(&mut self) -> CoreInfo; fn on_load_game(&mut self, game_data: GameData) -> LoadGameResult; fn on_unload_game(&mut self) -> GameData; fn on_destroy(&mut self); fn on_run(&mut self, handle: &mut RuntimeHandle); fn on_reset(&mut self); }