diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-12-05 13:56:23 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-12-05 13:56:23 +0000 |
| commit | f0bba9707001a09027c7a81da0d6420ab3b3488d (patch) | |
| tree | a2a9695658040f51b079220ff45804d1fa73f841 /Source/Core/VideoCommon/Src/SConscript | |
| parent | 973441d7033318b4e62f00e42e7487db7a764e1a (diff) | |
Delete the misnamed GlobalControl.cpp/h, move the (ugly) projection hack code that was there into VertexShaderManager where it belongs.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4644 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, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 1e1b896627..fa69db1c4f 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -4,7 +4,6 @@ Import('env') files = [ 'VideoConfig.cpp', - 'GlobalControl.cpp', 'BPMemory.cpp', 'CPMemory.cpp', 'XFMemory.cpp', |
