Skip to content

Commit

Permalink
add refresh_rate and hdr to preset 4
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Nov 7, 2023
1 parent 94a8dfb commit 941c4e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/overlay_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,9 @@ void presets(int preset, struct overlay_params *params, bool inherit) {
add_to_options(params, "core_load_change", "0");
add_to_options(params, "cpu_load_change", "0");
add_to_options(params, "fps_color_change", "0");
add_to_options(params, "hdr", "1");
add_to_options(params, "refresh_rate", "1");
add_to_options(params, "media_player", "0");
break;

}
Expand Down

0 comments on commit 941c4e2

Please sign in to comment.