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.
pub unsafe extern "C" fn retro_load_game(
game: *const retro_game_info,
) -> boolLoads a game. Return true to indicate successful loading and false to indicate load failure.