implement all commands
no playback yet!
This commit is contained in:
parent
fd9c935fc7
commit
d7922baa07
4 changed files with 606 additions and 242 deletions
|
|
@ -598,6 +598,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button(_("PatManager"))) {
|
||||
patManagerOpen=!patManagerOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(_("CSPlayer"))) {
|
||||
csPlayerOpen=!csPlayerOpen;
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue