From f777c3e257d27d41503e82dd9d620ce27cd14ad8 Mon Sep 17 00:00:00 2001 From: MickGyver Date: Sun, 24 May 2020 21:43:18 +0300 Subject: [PATCH] Two ports is default --- SaturnControllerUSB/SaturnControllerUSB.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SaturnControllerUSB/SaturnControllerUSB.ino b/SaturnControllerUSB/SaturnControllerUSB.ino index 2eb21da..9c08f68 100644 --- a/SaturnControllerUSB/SaturnControllerUSB.ino +++ b/SaturnControllerUSB/SaturnControllerUSB.ino @@ -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