implement all commands

no playback yet!
This commit is contained in:
tildearrow 2025-04-05 18:19:41 -05:00
parent fd9c935fc7
commit d7922baa07
4 changed files with 606 additions and 242 deletions

View file

@ -598,6 +598,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button(_("PatManager"))) {
patManagerOpen=!patManagerOpen;
}
ImGui::SameLine();
if (ImGui::Button(_("CSPlayer"))) {
csPlayerOpen=!csPlayerOpen;
}
ImGui::Separator();