From a957b9cf232adc82dcd416c771af2fd65e291581 Mon Sep 17 00:00:00 2001 From: Lucas Eriksson Date: Mon, 28 Sep 2020 10:36:13 +0200 Subject: [PATCH] ui: Add 'MCPX' to BootROM field name in Settings --- ui/xemu-hud.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/xemu-hud.cc b/ui/xemu-hud.cc index cfdd65139c..b6579f62a8 100644 --- a/ui/xemu-hud.cc +++ b/ui/xemu-hud.cc @@ -663,7 +663,7 @@ public: FilePicker("###Flash", flash_path, sizeof(flash_path), rom_file_filters); ImGui::NextColumn(); - ImGui::Text("BootROM File"); + ImGui::Text("MCPX Boot ROM File"); ImGui::NextColumn(); ImGui::SetNextItemWidth(picker_width); FilePicker("###BootROM", bootrom_path, sizeof(bootrom_path), rom_file_filters);