diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 4123efff89..672f3d022e 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -36,6 +36,7 @@ files = [ 'Profiler.cpp', 'OnScreenDisplay.cpp', 'HiresTextures.cpp', + 'DLCache.cpp', ] if env['HAVE_OPENCL']: diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index d58df0dba1..636a8ae390 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -8,7 +8,6 @@ name = os.sep + "Plugin_VideoOGL" files = [ 'BPFunctions.cpp', - 'DLCache.cpp', 'RasterFont.cpp', 'Render.cpp', 'TextureMngr.cpp',