Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix auto fullscreen resolution on linux
  • Loading branch information
degasus committed May 25, 2013
1 parent 7432305 commit 3378f7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinWX/Src/X11Utils.cpp
Expand Up @@ -200,6 +200,9 @@ XRRConfiguration::~XRRConfiguration()

void XRRConfiguration::Update()
{
if(SConfig::GetInstance().m_LocalCoreStartupParameter.strFullscreenResolution == "Auto")
return;

if (!bValid)
return;

Expand Down

0 comments on commit 3378f7d

Please sign in to comment.