diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-09-03 20:37:35 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-09-03 20:37:35 +0000 |
| commit | baede3a7f3f8f5d6048da82c59c81c9bbd03a8ed (patch) | |
| tree | 6acd7d523fcdd44b1c6cc138fc03c9af8be4081e /Source/Core/VideoCommon/Src/SConscript | |
| parent | fd06a656f5f6f456efe0bd60b088a9f39f40e0a0 (diff) | |
Moving more things out of GL into VideoCommon...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4187 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 2de8033410..2ceb3d8840 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -31,6 +31,7 @@ files = [ 'Fifo.cpp', 'VideoState.cpp', 'Profiler.cpp', + 'OnScreenDisplay.cpp', 'HiresTextures.cpp', ] |
