mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 11:35:47 -04:00
GPU: Add Force NTSC timings option
This option forces NTSC timings for PAL games, causing them to either run faster (more likely) or smoother (less likely).
This commit is contained in:
@ -1302,6 +1302,7 @@ void SDLHostInterface::DrawSettingsWindow()
|
||||
|
||||
settings_changed |= ImGui::Checkbox("True 24-bit Color (disables dithering)", &m_settings_copy.gpu_true_color);
|
||||
settings_changed |= ImGui::Checkbox("Texture Filtering", &m_settings_copy.gpu_texture_filtering);
|
||||
settings_changed |= ImGui::Checkbox("Force NTSC Timings", &m_settings_copy.gpu_force_ntsc_timings);
|
||||
settings_changed |= ImGui::Checkbox("Force Progressive Scan", &m_settings_copy.display_force_progressive_scan);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user