mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix skip buffer effect toggle not taking effect immediately
This commit is contained in:
parent
c8745cf339
commit
b9dc206cf0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue