mirror of https://github.com/PCSX2/pcsx2.git
FullscreenUI: Add Disable VS expand option
This commit is contained in:
parent
b44e10df3c
commit
989fca99c6
|
@ -3331,6 +3331,8 @@ void FullscreenUI::DrawGraphicsSettingsPage()
|
|||
"EmuCore/GS", "DisableDualSourceBlend", false);
|
||||
DrawToggleSetting(bsi, "Disable Shader Cache", "Prevents the loading and saving of shaders/pipelines to disk.", "EmuCore/GS",
|
||||
"DisableShaderCache", false);
|
||||
DrawToggleSetting(bsi, "Disable Vertex Shader Expand", "Falls back to the CPU for expanding sprites/lines.", "EmuCore/GS",
|
||||
"DisableVertexShaderExpand", false);
|
||||
|
||||
EndMenuButtons();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue