GUI: refine the Namco [C]163 chip name option
This commit is contained in:
parent
e295cea238
commit
a137eefd20
2 changed files with 3 additions and 2 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue