mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ui: Add 'MCPX' to BootROM field name in Settings
This commit is contained in:
committed by
mborgerson
parent
56fcd86627
commit
a957b9cf23
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user