(Camera) nullcamera_poll - return false

This commit is contained in:
twinaphex 2014-08-15 21:25:44 +02:00
parent c38f5a813c
commit ab780d22ed

View File

@ -37,7 +37,7 @@ static void nullcamera_stop(void *data)
static bool nullcamera_poll(void *data, retro_camera_frame_raw_framebuffer_t frame_raw_cb,
retro_camera_frame_opengl_texture_t frame_gl_cb)
{
return true;
return false;
}
const camera_driver_t camera_null = {