Support MultiTap and read ports every other frame

This commit is contained in:
Jaby
2024-01-02 22:59:33 -06:00
committed by Jaby
parent c6089d64a1
commit b760474859
3 changed files with 38 additions and 37 deletions

View File

@@ -9,8 +9,8 @@ namespace JabyEngine {
};
struct Periphery {
static constexpr bool UsePortB = false;
static constexpr bool UseMultiTap = false;
static constexpr bool IncludePortB = false;
static constexpr bool UseMultiTap = false;
};
};
}