add support for 4 player inputs

This commit is contained in:
kub 2022-01-26 19:36:32 +00:00
parent cfb49ab909
commit 25cfdf0a34
3 changed files with 26 additions and 7 deletions

View file

@ -70,6 +70,7 @@ enum {
IN_BINDTYPE_NONE = -1,
IN_BINDTYPE_EMU = 0,
IN_BINDTYPE_PLAYER12,
IN_BINDTYPE_PLAYER34,
IN_BINDTYPE_COUNT
};