Skip to content

Commit

Permalink
Fix skip buffer effect toggle not taking effect immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 29, 2022
1 parent c8745cf commit b9dc206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ void GameSettingsScreen::CreateViews() {
settingInfo_->Show(gr->T("RenderingMode NonBuffered Tip", "Faster, but graphics may be missing in some games"), e.v);
g_Config.bAutoFrameSkip = false;
}
NativeMessageReceived("gpu_renderResized", "");
return UI::EVENT_DONE;
});
skipBufferEffects->SetDisabledPtr(&g_Config.bSoftwareRendering);
Expand Down

0 comments on commit b9dc206

Please sign in to comment.