From 6168db8aebe19639d7afef7a74ea2081dd8b24f5 Mon Sep 17 00:00:00 2001 From: David Walters Date: Sun, 26 Nov 2017 17:20:41 +0000 Subject: [PATCH] correct lightgun api comment --- libretro-common/include/libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 4cb422bfcc..b900ac93e6 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -130,7 +130,7 @@ extern "C" { * It reports X/Y coordinates in screen space (similar to the pointer) * in the range [-0x8000, 0x7fff] in both axes, with zero being center. * As well as reporting on/off screen state. It features a trigger, - * start/select buttons, four auxiliary action buttons and a + * start/select buttons, auxiliary action buttons and a * directional pad. A forced off-screen shot can be requested for * auto-reloading function in some games. */