mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoConfigDiag: Allow anaglyph shader to be turned off.
Also hard-code the default shader.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user