mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, some test code for team player and 4way play
This commit is contained in:
parent
a54716ec19
commit
d650a7a268
2 changed files with 80 additions and 1 deletions
|
@ -308,6 +308,8 @@ enum input_device {
|
|||
PICO_INPUT_NOTHING,
|
||||
PICO_INPUT_PAD_3BTN,
|
||||
PICO_INPUT_PAD_6BTN,
|
||||
PICO_INPUT_PAD_TEAM,
|
||||
PICO_INPUT_PAD_4WAY,
|
||||
};
|
||||
void PicoSetInputDevice(int port, enum input_device device);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue