Function rust_libretro::retro_load_game
source · [−]#[no_mangle]
pub unsafe extern "C" fn retro_load_game(
game: *const retro_game_info
) -> boolExpand description
Called by the frontend when a game should be loaded.
A return value of true indicates success.
