Support MultiTap and read ports every other frame

This commit is contained in:
2024-01-02 22:59:33 -06:00
parent 73a452d616
commit 78876ff086
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;
};
};
}