GUI: refine the Namco [C]163 chip name option

This commit is contained in:
tildearrow 2022-07-21 19:00:32 -05:00
parent e295cea238
commit a137eefd20
2 changed files with 3 additions and 2 deletions

View file

@ -184,6 +184,7 @@ void FurnaceGUI::drawInsList() {
if (i>=0) {
DivInstrument* ins=e->song.ins[i];
insType=(ins->type>DIV_INS_MAX)?"Unknown":insTypes[ins->type];
if (ins->type==DIV_INS_N163) insType=settings.c163Name.c_str();
switch (ins->type) {
case DIV_INS_FM:
ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_FM]);