Remove setting "Disable slower framebuffer effects"
This commit is contained in:
parent
68d88726ae
commit
8c56abd3dc
55 changed files with 100 additions and 170 deletions
|
@ -507,9 +507,6 @@ void GameSettingsScreen::CreateViews() {
|
|||
});
|
||||
texSecondary_->SetDisabledPtr(&g_Config.bSoftwareRendering);
|
||||
|
||||
CheckBox *framebufferSlowEffects = graphicsSettings->Add(new CheckBox(&g_Config.bDisableShaderBlending, gr->T("Disable slower effects (speedup)")));
|
||||
framebufferSlowEffects->SetDisabledPtr(&g_Config.bSoftwareRendering);
|
||||
|
||||
// Seems solid, so we hide the setting.
|
||||
/*CheckBox *vtxJit = graphicsSettings->Add(new CheckBox(&g_Config.bVertexDecoderJit, gr->T("Vertex Decoder JIT")));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue