From fe3cd168f074f3d4a6996481ee7d3bc550a3a6bf Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 26 Dec 2008 12:56:56 +0000 Subject: Move parts of VertexManager.h to VideoCommon. Opens for moving the VertexLoader to VideoCommon. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1689 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/Src/SConscript') diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript index 0b8c44cbc4..63d7996662 100644 --- a/Source/Core/VideoCommon/Src/SConscript +++ b/Source/Core/VideoCommon/Src/SConscript @@ -15,6 +15,7 @@ files = [ "VertexShader.cpp", "VertexShaderManager.cpp", "ImageWrite.cpp", + "NativeVertexWriter.cpp", "Statistics.cpp", "Fifo.cpp", "VideoState.cpp", -- cgit v1.2.3