diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-21 17:49:06 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-21 17:49:06 +0000 |
| commit | 3ef0eb979d7a6451ec74c9233af0487142e71896 (patch) | |
| tree | e478b0fca43ee440a6901cba180f542454d35cfd /Source/Core/VideoCommon/Src/SConscript | |
| parent | 5e4da92d428adbaed6f82d20bacd54965aceb717 (diff) | |
Move some code out of the plugins into VideoCommon. No functional change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@255 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index a91f110e17..caadfca091 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -6,6 +6,7 @@ files = ["BPMemory.cpp", "TextureDecoder.cpp", "XFMemory.cpp", "XFBConvert.cpp", + "Fifo.cpp", ] env_common = env.Copy(CXXFLAGS = " -fPIC ") |
