retro_load_game

Function retro_load_game 

Source
pub unsafe extern "C" fn retro_load_game(
    game: *const retro_game_info,
) -> bool
Expand description

Loads a game. Return true to indicate successful loading and false to indicate load failure.