Skip to content

Commit

Permalink
Fix the skip buffer effects menu item not having immediate effect (wr…
Browse files Browse the repository at this point in the history
…ong invalidation).

Fixes part of #17404
  • Loading branch information
hrydgard committed May 6, 2023
1 parent 13815e6 commit 7f2c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/MainWindowMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ namespace MainWindow {

case ID_OPTIONS_SKIP_BUFFER_EFFECTS:
g_Config.bSkipBufferEffects = !g_Config.bSkipBufferEffects;
NativeMessageReceived("gpu_configChanged", "");
NativeMessageReceived("gpu_renderResized", "");
osm.ShowOnOff(gr->T("Skip Buffer Effects"), g_Config.bSkipBufferEffects);
break;

Expand Down

0 comments on commit 7f2c031

Please sign in to comment.