diff options
| author | omegadox <omegadox@gmail.com> | 2009-06-22 07:40:28 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-06-22 07:40:28 +0000 |
| commit | 6de0cd1e4b8866c600938c0730a5614e08bc88d0 (patch) | |
| tree | 557c6759fb31a3aab47388051c7fec1a4bce2be1 /Source/Core/VideoCommon/Src/SConscript | |
| parent | cfe3f77ccf3c55c813474726e1254b85569d1ce0 (diff) | |
They should be called SU Registers (Setup Unit/Rasterization). BP (Bypass) is really the name of the commands that are passed in.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3531 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index ea2c01bba3..cd9074f1ff 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -3,11 +3,11 @@ Import('env') files = [ - 'BPMemory.cpp', + 'SUMemory.cpp', 'CPMemory.cpp', 'XFMemory.cpp', 'XFStructs.cpp', - 'BPStructs.cpp', + 'SUStructs.cpp', 'memcpy_amd.cpp', 'LookUpTables.cpp', 'OpcodeDecoding.cpp', |
