make for happy neogeo.
This commit is contained in:
parent
44ddd1deae
commit
af05760a89
|
@ -676,7 +676,7 @@ INT32 GameInpInit()
|
|||
// Count the number of inputs
|
||||
nGameInpCount = 0;
|
||||
nMacroCount = 0;
|
||||
nMaxMacro = nMaxPlayers * 12;
|
||||
nMaxMacro = nMaxPlayers * 22;
|
||||
|
||||
for (UINT32 i = 0; i < 0x1000; i++) {
|
||||
nRet = BurnDrvGetInputInfo(NULL,i);
|
||||
|
|
Loading…
Reference in New Issue