From fee97c961f5fb3c51236d6bf8b86b0ecfd10427a Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 12 Nov 2013 16:09:28 +0100 Subject: [PATCH] Fix libretro comment. --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index 5bf13da75c..9115f9efd5 100755 --- a/libretro.h +++ b/libretro.h @@ -540,7 +540,7 @@ enum retro_mod // setting state related to sensors such as polling rate, enabling/disable it entirely, etc. // Reading sensor state is done via the normal input_state_callback API. #define RETRO_ENVIRONMENT_GET_CAMERA_INTERFACE (26 | RETRO_ENVIRONMENT_EXPERIMENTAL) - // struct retro_camera_interface * -- + // struct retro_camera_callback * -- // Gets an interface to a video camera driver. // A libretro core can use this interface to get access to a video camera. // New video frames are delivered in a callback in same thread as retro_run().