Introduce JabyEngine configuration file

This commit is contained in:
2024-01-02 20:29:36 -06:00
parent f1d4197762
commit 837073fcda
4 changed files with 28 additions and 5 deletions

View File

@@ -3,10 +3,13 @@
namespace JabyEngine {
namespace Periphery {
RawController controller[1][1];
RawController controller[PortCount][DeviceCount];
void query_controller() {
printf("Needs implementation\n");
}
static_assert(!Configuration::Periphery::UsePortB, "Port B not supported yet");
static_assert(!Configuration::Periphery::UseMultiTap, "MultiTap not supported yet");
}
}