pub type retro_camera_start_t = Option<unsafe extern "C" fn() -> bool>;
Expand description

Starts the camera driver. Can only be called in retro_run().