diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-12-25 20:11:42 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-12-25 20:11:42 +0000 |
| commit | 17a601958cc73377bef9e7844e76b3ac8205427e (patch) | |
| tree | 3852351d4e0a0c5d9b793a40c8ec9168a48bbb12 /Source/Core/VideoCommon/Src/SConscript | |
| parent | 65e702030a8d04b930970a2252e205ab742fa3ad (diff) | |
OpcodeDecoding.cpp now shared.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1660 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 4a4348a9f1..d098742857 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -6,6 +6,7 @@ files = [ "BPMemory.cpp", "CPMemory.cpp", "LookUpTables.cpp", + 'OpcodeDecoding.cpp', "TextureDecoder.cpp", "XFMemory.cpp", "XFBConvert.cpp", |
