mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
VideoConfigDiag: Allow anaglyph shader to be turned off.
Also hard-code the default shader.
This commit is contained in:
parent
262c3b19ec
commit
fc46d460f9
2 changed files with 6 additions and 4 deletions
|
@ -144,7 +144,7 @@ protected:
|
|||
void Event_PPShader(wxCommandEvent &ev)
|
||||
{
|
||||
const int sel = ev.GetInt();
|
||||
if (sel || vconfig.iStereoMode == STEREO_ANAGLYPH)
|
||||
if (sel)
|
||||
vconfig.sPostProcessingShader = WxStrToStr(ev.GetString());
|
||||
else
|
||||
vconfig.sPostProcessingShader.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue