Two ports is default

This commit is contained in:
MickGyver 2020-05-24 21:43:18 +03:00
parent 69c1ff98e5
commit f777c3e257
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@
#include "Gamepad.h" #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) #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 RETROBIT // Uncomment to support the Retro Bit 2.4GHz controller (this will increase lag a lot)
#define UP 0x01 #define UP 0x01