forked from dolphin-emu/dolphin
fix auto fullscreen resolution on linux
This commit is contained in:
@@ -200,6 +200,9 @@ XRRConfiguration::~XRRConfiguration()
|
|||||||
|
|
||||||
void XRRConfiguration::Update()
|
void XRRConfiguration::Update()
|
||||||
{
|
{
|
||||||
|
if(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution == "Auto")
|
||||||
|
return;
|
||||||
|
|
||||||
if (!bValid)
|
if (!bValid)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user