summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-09-03 19:24:16 +0000
committerhrydgard <hrydgard@gmail.com>2009-09-03 19:24:16 +0000
commit562a4e25acd3bd4eb7183fbb5cd04891c4535423 (patch)
tree298988fd772ec9ebf89710cb0f954997ee4fa996 /Source/Core/VideoCommon/Src/SConscript
parent2091fb3ceb1f3adbb4a39513dab894c99a98be34 (diff)
Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4183 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index e1e79adfa3..2de8033410 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -24,6 +24,7 @@ files = [
'VertexLoader_Normal.cpp',
'VertexLoader_Position.cpp',
'VertexLoader_TextCoord.cpp',
+ 'TextureConversionShader.cpp',
'ImageWrite.cpp',
'NativeVertexWriter.cpp',
'Statistics.cpp',