summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/PixelShaderGen.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-11-29 21:27:17 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2013-11-29 21:27:17 -0600
commit7bdd8191dbbde1324d2848fc256be820bc437fa2 (patch)
treeb2f8e22e2f85264bb3d6fa9af826fc1653c1a5f5 /Source/Core/VideoCommon/Src/PixelShaderGen.cpp
parent00a25cdaf5379a5ea3879ad7743cce47c9f44d65 (diff)
parent69137cff4c58fbdfcb2b67ad51d2d68cc8ca0cbc (diff)
Merge branch 'master' into android-new-control-input-overlay
Conflicts: Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java
Diffstat (limited to 'Source/Core/VideoCommon/Src/PixelShaderGen.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/PixelShaderGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/PixelShaderGen.cpp b/Source/Core/VideoCommon/Src/PixelShaderGen.cpp
index f107da783e..26e5cc0eba 100644
--- a/Source/Core/VideoCommon/Src/PixelShaderGen.cpp
+++ b/Source/Core/VideoCommon/Src/PixelShaderGen.cpp
@@ -304,7 +304,7 @@ static inline void GeneratePixelShader(T& out, DSTALPHA_MODE dstAlphaMode, API_T
if (ApiType == API_OPENGL)
{
- out.Write("COLOROUT(ocol0)\n");
+ out.Write("out vec4 ocol0;\n");
if (dstAlphaMode == DSTALPHA_DUAL_SOURCE_BLEND)
out.Write("out vec4 ocol1;\n");