mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 06:55:45 -04:00
BIOS: Automatically detect images, improve selection UI
This commit is contained in:
@ -1182,10 +1182,6 @@ void SDLHostInterface::DrawSettingsWindow()
|
||||
settings_changed = true;
|
||||
}
|
||||
|
||||
ImGui::Text("BIOS Path:");
|
||||
ImGui::SameLine(indent);
|
||||
settings_changed |= DrawFileChooser("##bios_path", &m_settings_copy.bios_path);
|
||||
|
||||
settings_changed |= ImGui::Checkbox("Enable TTY Output", &m_settings_copy.bios_patch_tty_enable);
|
||||
settings_changed |= ImGui::Checkbox("Fast Boot", &m_settings_copy.bios_patch_fast_boot);
|
||||
}
|
||||
|
Reference in New Issue
Block a user