summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/main.cpp
diff options
context:
space:
mode:
authorStevoisiak <S.Vascellaro@gmail.com>2015-01-11 00:17:29 -0500
committerStevoisiak <Stevoisiak@gmail.com>2015-01-12 15:18:18 -0500
commitcb86db7b68481edf129a4bfcf6cd44a9a0f32ac8 (patch)
treebcb70b5e663dec4c5dd4bf3a750bfef476ab655e /Source/Core/VideoBackends/OGL/main.cpp
parentb3474c821868717ef6fe542ddcf1892dd0802c04 (diff)
Minor consistency changes
Mostly small changes, like capitalization and spelling
Diffstat (limited to 'Source/Core/VideoBackends/OGL/main.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/OGL/main.cpp b/Source/Core/VideoBackends/OGL/main.cpp
index 6969b97ba4..2f2400c66e 100644
--- a/Source/Core/VideoBackends/OGL/main.cpp
+++ b/Source/Core/VideoBackends/OGL/main.cpp
@@ -135,8 +135,8 @@ static void InitBackendInfo()
g_Config.backend_info.APIType = API_OPENGL;
g_Config.backend_info.bUseMinimalMipCount = false;
g_Config.backend_info.bSupportsExclusiveFullscreen = false;
- //g_Config.backend_info.bSupportsDualSourceBlend = true; // is gpu dependent and must be set in renderer
- //g_Config.backend_info.bSupportsEarlyZ = true; // is gpu dependent and must be set in renderer
+ //g_Config.backend_info.bSupportsDualSourceBlend = true; // is GPU dependent and must be set in renderer
+ //g_Config.backend_info.bSupportsEarlyZ = true; // is GPU dependent and must be set in renderer
g_Config.backend_info.bSupportsOversizedViewports = true;
g_Config.backend_info.bSupportsGeometryShaders = true;
g_Config.backend_info.bSupports3DVision = false;