diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-03 19:55:30 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-03 19:55:30 +0000 |
| commit | 1619e176ff70ad8b47a6dd4fcb4b8721e0c528bf (patch) | |
| tree | 5fc7e5a33ddf48896b87b368c3cd98e28e9ae2e0 /Source/Plugins/Plugin_VideoSoftware/Src/SConscript | |
| parent | 439baff4ccec3074d09da35897b87205b3990cac (diff) | |
Use brute force to link the software plugin.
Not yet functional.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7050 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SConscript | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript index 0124ddc5b5..6edce8a73c 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript @@ -7,26 +7,25 @@ import sys files = [ 'BPMemLoader.cpp', 'Clipper.cpp', - 'CommandProcessor.cpp', + 'SWCommandProcessor.cpp', 'CPMemLoader.cpp', 'DebugUtil.cpp', 'EfbCopy.cpp', 'EfbInterface.cpp', - 'GLUtil.cpp', + 'SWGLUtil.cpp', 'HwRasterizer.cpp', - 'main.cpp', + 'SWmain.cpp', 'OpcodeDecoder.cpp', - 'PixelEngine.cpp', + 'SWPixelEngine.cpp', 'Rasterizer.cpp', - 'RasterFont.cpp', - 'Renderer.cpp', + 'SWRenderer.cpp', 'SetupUnit.cpp', - 'Statistics.cpp', + 'SWStatistics.cpp', 'Tev.cpp', 'TextureEncoder.cpp', 'TextureSampler.cpp', 'TransformUnit.cpp', - 'VertexLoader.cpp', + 'SWVertexLoader.cpp', 'SWVideoConfig.cpp', 'XFMemLoader.cpp', ] |
