mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
(Camera) nullcamera_poll - return false
This commit is contained in:
parent
c38f5a813c
commit
ab780d22ed
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user