mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-27 02:12:46 +00:00
(NGP) Fixes input anomalies in Card Fighters and other games by reporting
more than 7 button (Card Fighters was hitting some kind of debug menu)
This commit is contained in:
parent
dc0dcf8eb9
commit
74682ebac4
@ -551,8 +551,8 @@ static uint16_t input_buf;
|
||||
#elif defined(WANT_NGP_EMU)
|
||||
|
||||
#define MAX_PLAYERS 1
|
||||
#define MAX_BUTTONS 8
|
||||
static uint16_t input_buf;
|
||||
#define MAX_BUTTONS 7
|
||||
static uint8_t input_buf;
|
||||
|
||||
#elif defined(WANT_GBA_EMU)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user