mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
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:
parent
32794fc028
commit
a75c37826b
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ VertexLoader::VertexLoader() :
|
||||||
m_NumAttributeLoaders(0)
|
m_NumAttributeLoaders(0)
|
||||||
{
|
{
|
||||||
VertexLoader_Normal::Init();
|
VertexLoader_Normal::Init();
|
||||||
|
VertexLoader_Position::Init();
|
||||||
|
VertexLoader_TextCoord::Init();
|
||||||
|
|
||||||
m_SetupUnit = new SetupUnit;
|
m_SetupUnit = new SetupUnit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue