Skip to content

Commit

Permalink
Also save Screen Refresh Rate slider.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Oct 25, 2023
1 parent e51b424 commit 1723d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/mame/ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2482,6 +2482,7 @@ void mame_ui_manager::sliders_save(config_type cfg_type, util::xml::data_node *p
if (slider->description.find("Frame Delay") == std::string::npos &&
slider->description.find("V-Sync Offset") == std::string::npos &&
slider->description.find("Overclock") == std::string::npos &&
slider->description.find("Screen Refresh Rate") == std::string::npos &&
slider->description.find("CRT") == std::string::npos)
continue;

Expand Down

0 comments on commit 1723d9f

Please sign in to comment.