GUI: why are the icons for FM and PSG swapped

This commit is contained in:
tildearrow 2023-09-25 13:19:27 -05:00
parent a3d8c81e9d
commit d4657f4b6c
3 changed files with 7 additions and 2 deletions

View file

@ -584,6 +584,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button("Stats")) {
statsOpen=!statsOpen;
}
ImGui::SameLine();
if (ImGui::Button("Grooves")) {
groovesOpen=!groovesOpen;
}
if (ImGui::Button("Compat Flags")) {
compatFlagsOpen=!compatFlagsOpen;
}