Function rust_libretro_sys::retro_load_game
source · [−]pub unsafe extern "C" fn retro_load_game(
game: *const retro_game_info
) -> boolExpand description
Loads a game. Return true to indicate successful loading and false to indicate load failure.
