Skip to content

Commit

Permalink
desktop-ui: fix an issue where "Deep Black Boost" did not save
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Nov 28, 2023
1 parent f9d38f5 commit 0dd3ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop-ui/settings/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ auto Settings::process(bool load) -> void {
bind(real, "Video/Gamma", video.gamma);
bind(boolean, "Video/ColorBleed", video.colorBleed);
bind(boolean, "Video/ColorEmulation", video.colorEmulation);
bind(boolean, "Video/DeepBlackBoost", video.deepBlackBoost);
bind(boolean, "Video/InterframeBlending", video.interframeBlending);
bind(boolean, "Video/Overscan", video.overscan);
bind(boolean, "Video/PixelAccuracy", video.pixelAccuracy);
Expand Down

0 comments on commit 0dd3ede

Please sign in to comment.