diff options
| author | death2droid <death2droid@gmail.com> | 2009-05-07 07:43:56 +0000 |
|---|---|---|
| committer | death2droid <death2droid@gmail.com> | 2009-05-07 07:43:56 +0000 |
| commit | d0304dc997c46444b56d4f23f2c1f86e67639eff (patch) | |
| tree | d8db87b1c69eb4fc230f2ea4c8715eb97eb98fcf /Source/Core/VideoCommon/Src/SConscript | |
| parent | e4e1367045b53b23b534b1e46de4329863ac37a8 (diff) | |
Add hires texture support to OpenGL
Currently still only dumps files as .tga but supports loading as .png, .bmp,.tga , .dds
This is by baby.lueshi
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3166 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 9f0a42c47b..75deb37829 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -30,6 +30,11 @@ files = [ 'Fifo.cpp', 'VideoState.cpp', 'Profiler.cpp', + 'HiresTextures.cpp', + 'SOIL/image_DXT.c', + 'SOIL/image_helper.c', + 'SOIL/SOIL.c', + 'SOIL/stb_image_aug.c' ] env_common = env.Clone() |
