Convert Configurations to function based for overrides

This commit is contained in:
Björn Gaier
2024-02-15 22:18:22 -05:00
parent 029b81c69b
commit 760c83b0cf
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;
}
}