Support Second controller port (or not if disabled) and have a fancy background

This commit is contained in:
Jaby
2024-01-04 22:28:25 -06:00
committed by Jaby
parent e30817906c
commit c803629b1f
5 changed files with 46 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ namespace ControllerTest {
}
void setup();
void update(const Periphery::AnalogeController& controller, JabyEngine::FontWriter& font_writer);
void update(const Periphery::AnalogeController* controller, JabyEngine::FontWriter& font_writer);
void render();
};
}