diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-09-13 09:23:30 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-09-13 09:23:30 +0000 |
| commit | 2d93c654f09e86b00a14b0929f07089c137bcc05 (patch) | |
| tree | 3a39bae232ce04f5fb489add54964b2a5ddd4bfc /Source/Core/VideoCommon/Src/SConscript | |
| parent | 3ff95019b7f0b57ab16604a07a31c66d14ead022 (diff) | |
Rename Config.cpp/h to VideoConfig.cpp/h.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4260 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 69724c541e..8ae7998245 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -3,7 +3,7 @@ Import('env') files = [ - 'Config.cpp', + 'VideoConfig.cpp', 'GlobalControl.cpp', 'BPMemory.cpp', 'CPMemory.cpp', |
