Support a few buttons

This commit is contained in:
Jaby
2024-01-04 18:39:42 -06:00
committed by Jaby
parent cd2a199a6e
commit 11f488db93
3 changed files with 21 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ namespace ControllerTest {
return true;
}
controller_state.update();
controller_state.update(Periphery::get_primary_controller_as<JabyEngine::Periphery::GenericController>());
return false;
}