#[unsafe(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.
#[unsafe(no_mangle)]pub unsafe extern "C" fn retro_load_game(
game: *const retro_game_info,
) -> boolCalled by the frontend when a game should be loaded.
A return value of true indicates success.