VideoCommon: Fixed the bug that VideoSoftware does not initialize SSSE3/SSE4.1 codes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5310 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nodchip 2010-04-10 01:39:33 +00:00
parent 32794fc028
commit a75c37826b
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ VertexLoader::VertexLoader() :
m_NumAttributeLoaders(0)
{
VertexLoader_Normal::Init();
VertexLoader_Position::Init();
VertexLoader_TextCoord::Init();
m_SetupUnit = new SetupUnit;
}