mirror of
https://github.com/MickGyver/DaemonBite-Retro-Controllers-USB
synced 2025-01-10 05:28:01 -05:00
Two ports is default
This commit is contained in:
parent
69c1ff98e5
commit
f777c3e257
@ -23,8 +23,9 @@
|
||||
|
||||
#include "Gamepad.h"
|
||||
|
||||
#define GAMEPAD_COUNT 1 // Set to 1 or 2 depending if you want to make a 1 or 2 port adapter
|
||||
#define GAMEPAD_COUNT 2 // Set to 1 or 2 depending if you want to make a 1 or 2 port adapter
|
||||
#define SELECT_PAUSE 3 // How many microseconds to wait after setting select lines? (2µs is enough according to the Saturn developer's manual)
|
||||
// 20µs is required for Retrobit wired controllers
|
||||
//#define RETROBIT // Uncomment to support the Retro Bit 2.4GHz controller (this will increase lag a lot)
|
||||
|
||||
#define UP 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user