ports/games/libretro-cap32/files/patch-libretro_retro__events.c
Li-Wen Hsu 6efdc52263 games/libretro-cap32: update to 20210110
PR:		253641
Submitted by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-03-14 05:08:19 +00:00

11 lines
355 B
C

--- libretro/retro_events.c.orig 2021-02-19 01:54:05 UTC
+++ libretro/retro_events.c
@@ -56,6 +56,8 @@ const uint8_t bit_values[8] = {0x01, 0x02, 0x04, 0x08,
#define MAX_BUTTONS 14
#define MAX_PADCFG 4
+bool (*ev_events)(void);
+
static uint8_t keyboard_translation[MAX_KEYSYMS];
unsigned int last_input[PORTS_NUMBER] = {0,0};
uint32_t padnum = 0;