From 5c0fe68dc08c5245727efe4bb667e77936f5f971 Mon Sep 17 00:00:00 2001 From: daco65 Date: Sun, 18 Jan 2009 00:02:31 +0000 Subject: [PATCH] made stf(stretch to fit) enabled by default. in windows stf works fine but in linux it doesn't. please report anything that could help cause the plan is to remove this option and always do stf git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1907 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp index 166932d007..d9683bee07 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp @@ -45,7 +45,7 @@ void Config::Load() iniFile.Get("Hardware", "Fullscreen", &bFullscreen, 0); // Hardware iniFile.Get("Hardware", "RenderToMainframe", &renderToMainframe, 0); - iniFile.Get("Settings", "StretchToFit", &bStretchToFit, false); + iniFile.Get("Settings", "StretchToFit", &bStretchToFit, true); iniFile.Get("Settings", "KeepAR", &bKeepAR, false); iniFile.Get("Settings", "HideCursor", &bHideCursor, false);