proper setting name, fix overflow by making smaller, ay is psg, sid3 case

im done
please
This commit is contained in:
Eknous-P 2024-10-10 23:17:52 +04:00
parent 6e47a119fa
commit a061639f4b
7 changed files with 20 additions and 3 deletions

View file

@ -21,6 +21,7 @@
#include "misc/cpp/imgui_stdlib.h"
#include <fmt/printf.h>
#include <algorithm>
#include <imgui.h>
String sysDefID;
@ -81,6 +82,7 @@ void FurnaceGUI::drawSysDefs(std::vector<FurnaceGUISysDef>& category, bool& acce
ImGui::PushTextWrapPos(MIN(scrW*dpiScale,400.0f*dpiScale));
ImGui::Text("%s (x%d): ",sysDef->name,chipCounts[chip]);
ImGui::Text("%s",sysDef->description);
ImGui::Separator();
if (settings.sysTooltipChanInfoStyle&1) drawSystemChannelInfoText(sysDef);
if (settings.sysTooltipChanInfoStyle&2) drawSystemChannelInfo(sysDef);
ImGui::PopTextWrapPos();