Support MultiTap and read ports every other frame
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace Periphery {
|
||||
static constexpr uint32_t PortCount = Configuration::Periphery::UsePortB ? 2 : 1;
|
||||
static constexpr uint32_t DeviceCount = Configuration::Periphery::UseMultiTap ? 4 : 1;
|
||||
static constexpr uint32_t PortCount = Configuration::Periphery::IncludePortB ? 2 : 1;
|
||||
static constexpr uint32_t DeviceCount = Configuration::Periphery::UseMultiTap ? 4 : 1;
|
||||
|
||||
extern RawController controller[PortCount][DeviceCount];
|
||||
|
||||
|
Reference in New Issue
Block a user