diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-10-22 20:54:40 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-10-22 20:54:40 +0000 |
| commit | 39df6c56243117bad6b3746dc045b05a88ab070d (patch) | |
| tree | 37882583abebff815c2d2b75448ea52f6e49bd6e /Source/Core/VideoCommon/Src/SConscript | |
| parent | 32820d2036749005229ccfb62a91608e3d4296af (diff) | |
Move out Cg shader generators to VideoCommon (hope to use this in the DX plugin in the future). Also move out stats code. Comment a lot and cleanup. Kill DX9 Globals.cpp.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@938 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 39187ad818..4a4348a9f1 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -9,6 +9,9 @@ files = [ "TextureDecoder.cpp", "XFMemory.cpp", "XFBConvert.cpp", + "PixelShader.cpp", + "VertexShader.cpp", + "Statistics.cpp", "Fifo.cpp", "VideoState.cpp", "Profiler.cpp", |
