mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
UI: Clarify 'MCPX' for boot ROM and 'BIOS' for flash ROM
This commit is contained in:
+2
-2
@@ -779,11 +779,11 @@ void MainMenuSystemView::Draw()
|
||||
}
|
||||
|
||||
SectionTitle("Files");
|
||||
if (FilePicker("Boot ROM", &g_config.sys.files.bootrom_path,
|
||||
if (FilePicker("MCPX Boot ROM", &g_config.sys.files.bootrom_path,
|
||||
rom_file_filters)) {
|
||||
m_dirty = true;
|
||||
}
|
||||
if (FilePicker("Flash ROM", &g_config.sys.files.flashrom_path,
|
||||
if (FilePicker("Flash ROM (BIOS)", &g_config.sys.files.flashrom_path,
|
||||
rom_file_filters)) {
|
||||
m_dirty = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user