summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-02-28 22:10:38 +0000
committerhrydgard <hrydgard@gmail.com>2009-02-28 22:10:38 +0000
commitecbfec2a13b581148f0d18cd2a8de995289383a0 (patch)
tree68b1d196abcc565c2cdb3578ef21b82390bcfb80 /Source/Core/VideoCommon/Src/SConscript
parentee44b2a639a4e33fd0240f89d71e83babc91857f (diff)
THIS BREAKS THE D3D PLUGIN FOR THE NEAR TERM. Resurrect an old patch that moves D3D over to the common shader generator framework. Needs a lot more work.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2484 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index 6c7212376b..30e12b170d 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -5,12 +5,15 @@ Import('env')
files = [
'BPMemory.cpp',
'CPMemory.cpp',
+ 'XFMemory.cpp',
+ 'XFStructs.cpp',
'memcpy_amd.cpp',
'LookUpTables.cpp',
'OpcodeDecoding.cpp',
'TextureDecoder.cpp',
'XFMemory.cpp',
'XFBConvert.cpp',
+ 'IndexGenerator.cpp',
'PixelShaderGen.cpp',
'PixelShaderManager.cpp',
'VertexShaderGen.cpp',