Update to spice2x-25-04-25 (pre-apply)

> broken commit
This commit is contained in:
[ ]
2025-05-07 00:25:31 +09:00
parent 04dee88276
commit c94de456b5
543 changed files with 78491 additions and 91698 deletions
+2 -2
View File
@@ -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();