From 969ebe9d273a7aedd928868ddc91640e87c3c34e Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 6 Mar 2023 03:16:23 -0500 Subject: [PATCH] not placeholder --- src/gui/dataList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 3715583fa..73197a815 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -432,7 +432,7 @@ void FurnaceGUI::drawInsList(bool asChild) { break; case DIV_INS_SM8521: ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_SM8521]); - name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i);/*placeholder*/ + name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i); break; case DIV_INS_PV1000: ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_PV1000]);