diff options
| author | omegadox <omegadox@gmail.com> | 2009-08-15 07:20:37 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-08-15 07:20:37 +0000 |
| commit | 5ac7105b66eb0dc8c7193ebc7716aa4267f8e424 (patch) | |
| tree | e3577922964a98bef17c97ace201fbae3cb45275 /Source/Core/VideoCommon/Src/SConscript | |
| parent | 32d213a823453474dce37dc49a57cae7c76143ee (diff) | |
GFX: New GlobalControl system - cleaner way to control hacks and for possible control over other parts of the video code (video debugger control).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3982 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 882dd8d629..e1e79adfa3 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -3,6 +3,7 @@ Import('env') files = [ + 'GlobalControl.cpp', 'BPMemory.cpp', 'CPMemory.cpp', 'XFMemory.cpp', |
