(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:
twinaphex 2013-08-10 03:46:37 +02:00
parent dc0dcf8eb9
commit 74682ebac4

View File

@ -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)