diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-14 21:34:39 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-14 21:34:39 +0000 |
| commit | b4d7ce0197a691a4f07bf7e88d04b7b82c9dbfad (patch) | |
| tree | a6d186ba09502e1960ca7817946b05e7aa1b955c /Source/Core/VideoCommon/Src/SConscript | |
| parent | 1aedd4891c327267f9c30bbdf71284d352f7aab7 (diff) | |
Some cleanup, extracted XFB convert code into VideoCommon, added non-activated support to gl plugin. + a minor bugfix with no effects seen so far in gl plugin :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@209 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 415e17d5b5..a91f110e17 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -5,6 +5,7 @@ files = ["BPMemory.cpp", "LookUpTables.cpp", "TextureDecoder.cpp", "XFMemory.cpp", + "XFBConvert.cpp", ] env_common = env.Copy(CXXFLAGS = " -fPIC ") |
