Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make auto fullscreen resolution the default.
  • Loading branch information
RachelBryk committed May 25, 2013
1 parent 3378f7d commit ca12e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/ConfigManager.cpp
Expand Up @@ -334,7 +334,7 @@ void SConfig::LoadSettings()

// Display
ini.Get("Display", "Fullscreen", &m_LocalCoreStartupParameter.bFullscreen, false);
ini.Get("Display", "FullscreenResolution", &m_LocalCoreStartupParameter.strFullscreenResolution, "640x480");
ini.Get("Display", "FullscreenResolution", &m_LocalCoreStartupParameter.strFullscreenResolution, "Auto");
ini.Get("Display", "RenderToMain", &m_LocalCoreStartupParameter.bRenderToMain, false);
ini.Get("Display", "RenderWindowXPos", &m_LocalCoreStartupParameter.iRenderWindowXPos, -1);
ini.Get("Display", "RenderWindowYPos", &m_LocalCoreStartupParameter.iRenderWindowYPos, -1);
Expand Down

0 comments on commit ca12e7e

Please sign in to comment.