mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
Merge pull request #1790 from Armada651/master
VideoConfig: Don't disable stereoscopy if Real XFB is enabled but not in use.
This commit is contained in:
commit
f5cddd4020
@ -225,7 +225,7 @@ void VideoConfig::VerifyValidity()
|
|||||||
iStereoMode = 0;
|
iStereoMode = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bUseRealXFB)
|
if (bUseXFB && bUseRealXFB)
|
||||||
{
|
{
|
||||||
OSD::AddMessage("Stereoscopic 3D isn't supported with Real XFB, turning off stereoscopy.", 10000);
|
OSD::AddMessage("Stereoscopic 3D isn't supported with Real XFB, turning off stereoscopy.", 10000);
|
||||||
iStereoMode = 0;
|
iStereoMode = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user