Convert Configurations to function based for overrides

This commit is contained in:
2024-02-15 22:18:22 -05:00
parent 3ec3c5ffed
commit 842e7c594e
4 changed files with 34 additions and 24 deletions

View File

@@ -126,7 +126,7 @@ namespace JabyEngine {
}
Periphery::close_connection();
if(Configuration::Periphery::IncludePortB) {
if(Configuration::Periphery::include_portB()) {
cur_controller_port ^= 0x1;
}
}