make for happy neogeo.

This commit is contained in:
dinkc64 2014-09-29 12:26:43 +00:00
parent 44ddd1deae
commit af05760a89
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ INT32 GameInpInit()
// Count the number of inputs // Count the number of inputs
nGameInpCount = 0; nGameInpCount = 0;
nMacroCount = 0; nMacroCount = 0;
nMaxMacro = nMaxPlayers * 12; nMaxMacro = nMaxPlayers * 22;
for (UINT32 i = 0; i < 0x1000; i++) { for (UINT32 i = 0; i < 0x1000; i++) {
nRet = BurnDrvGetInputInfo(NULL,i); nRet = BurnDrvGetInputInfo(NULL,i);