Convert Configurations to function based for overrides

This commit is contained in:
Jaby
2024-02-15 22:18:22 -05:00
committed by Jaby
parent 9c8fb44562
commit bd622ce8a0
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;
}
}