logo
#[no_mangle]
pub unsafe extern "C" fn retro_load_game(
    game: *const retro_game_info
) -> bool
Expand description

Called by the frontend when a game should be loaded.

A return value of true indicates success.