mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
add support for 4 player inputs
This commit is contained in:
parent
cfb49ab909
commit
25cfdf0a34
3 changed files with 26 additions and 7 deletions
1
input.h
1
input.h
|
@ -70,6 +70,7 @@ enum {
|
|||
IN_BINDTYPE_NONE = -1,
|
||||
IN_BINDTYPE_EMU = 0,
|
||||
IN_BINDTYPE_PLAYER12,
|
||||
IN_BINDTYPE_PLAYER34,
|
||||
IN_BINDTYPE_COUNT
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue