Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
@@ -32,7 +32,7 @@ namespace overlay::windows {
|
||||
name = "SYSTEM";
|
||||
break;
|
||||
}
|
||||
return fmt::format("{} (0x{:2X})", name, cmd);
|
||||
return fmt::format("{} (0x{:X})", name, cmd);
|
||||
}
|
||||
|
||||
MIDIWindow::MIDIWindow(SpiceOverlay *overlay) : Window(overlay) {
|
||||
@@ -90,7 +90,7 @@ namespace overlay::windows {
|
||||
ImGui::NextColumn();
|
||||
ImGui::Text("%s", midi_cmd_str(data.cmd).c_str());
|
||||
ImGui::NextColumn();
|
||||
ImGui::Text("0x%02X - %i", data.ch, data.ch);
|
||||
ImGui::Text("0x%X - Ch%i", data.ch, data.ch + 1);
|
||||
ImGui::NextColumn();
|
||||
ImGui::Text("0x%02X", data.b1);
|
||||
ImGui::NextColumn();
|
||||
|
||||
Reference in New Issue
Block a user