summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoConfig.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2011-12-25 22:00:24 -0500
committerShawn Hoffman <godisgovernment@gmail.com>2011-12-25 22:00:24 -0500
commitf59063c8e7ec48992cdb0e7b2952ffc801daeefd (patch)
treec35a0258d1bf5609d9f1383b5677efa67a541805 /Source/Core/VideoCommon/Src/VideoConfig.cpp
parent8266a564863e530169101e35a8e82fc346b61a59 (diff)
default to GLSL instead of Cg
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VideoConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoConfig.cpp b/Source/Core/VideoCommon/Src/VideoConfig.cpp
index 69c1c4ce1c..21c71f5dfc 100644
--- a/Source/Core/VideoCommon/Src/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/Src/VideoConfig.cpp
@@ -93,7 +93,7 @@ void VideoConfig::Load(const char *ini_file)
iniFile.Get("Settings", "DisableLighting", &bDisableLighting, 0);
iniFile.Get("Settings", "DisableTexturing", &bDisableTexturing, 0);
iniFile.Get("Settings", "DisableFog", &bDisableFog, 0);
- iniFile.Get("Settings", "UseGLSL", &bUseGLSL, 0);
+ iniFile.Get("Settings", "UseGLSL", &bUseGLSL, true);
iniFile.Get("Settings", "EnableOpenCL", &bEnableOpenCL, false);
iniFile.Get("Settings", "OMPDecoder", &bOMPDecoder, false);