mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-21 17:45:42 -04:00
SDL: Add CDROM Enable Region Check option
This commit is contained in:
parent
15c33ebedb
commit
9933910312
@ -1105,7 +1105,8 @@ void SDLHostInterface::DrawSettingsWindow()
|
|||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
if (DrawSettingsSectionHeader("CDROM Emulation"))
|
if (DrawSettingsSectionHeader("CDROM Emulation"))
|
||||||
{
|
{
|
||||||
settings_changed |= ImGui::Checkbox("Use Read Thread (Asynchronous)", &m_settings.cdrom_read_thread);
|
settings_changed |= ImGui::Checkbox("Use Read Thread (Asynchronous)", &m_settings_copy.cdrom_read_thread);
|
||||||
|
settings_changed |= ImGui::Checkbox("Enable Region Check", &m_settings_copy.cdrom_region_check);
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::NewLine();
|
ImGui::NewLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user