summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2011-08-21 16:30:19 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2011-08-21 17:43:05 -0500
commite8fe15c3f7e3471f49ea0423ac0fe652db90391a (patch)
tree5cdd0d71d7981941ddeb786ab8c98ceba763fc59 /Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
parent95fd6e925cb3113cc3bde93c4aa56f4e1cabbfaa (diff)
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
index 1af47f5a4c..0f4809a6cc 100644
--- a/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
+++ b/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
@@ -103,7 +103,7 @@ void TexDecoder_OpenCL_Initialize()
char dolphin_rev[HEADER_SIZE];
filename = File::GetUserPath(D_OPENCL_IDX) + "kernel.bin";
- snprintf(dolphin_rev, HEADER_SIZE, "%-31s", svn_rev_str);
+ snprintf(dolphin_rev, HEADER_SIZE, "%-31s", scm_rev_str);
{
File::IOFile input(filename, "rb");