diff options
| author | nakeee <nakeee@gmail.com> | 2009-07-31 15:21:35 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-07-31 15:21:35 +0000 |
| commit | 45a71bf3ef6ff2da574d4576cc5e63780e1994df (patch) | |
| tree | 00f45407c3b9ff75d02c0d5fc83cf638323189c7 /Source/Core/VideoCommon | |
| parent | 903346e06f58aa231f0a51808deea010b7891e6d (diff) | |
DSPLLE: fix some comments, returned andc and orc (according to tests)
but andc'ls still behaves strange and we couldn't merge them together.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3915 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index ea2c01bba3..882dd8d629 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -9,7 +9,6 @@ files = [ 'XFStructs.cpp', 'BPStructs.cpp', 'memcpy_amd.cpp', - 'LookUpTables.cpp', 'OpcodeDecoding.cpp', 'TextureDecoder.cpp', 'XFMemory.cpp', |
