BBox: remove now unreachable SW bbox implementation

This commit is contained in:
degasus
2015-04-06 11:44:13 +02:00
parent acd074e291
commit 6b2a1e57e2
14 changed files with 15 additions and 161 deletions

View File

@ -535,7 +535,7 @@ void VertexLoaderARM64::GenerateVertexLoader()
m_native_vtx_decl.stride = m_dst_ofs;
}
int VertexLoaderARM64::RunVertices(DataReader src, DataReader dst, int count, int primitive)
int VertexLoaderARM64::RunVertices(DataReader src, DataReader dst, int count)
{
m_numLoadedVertices += count;
return ((int (*)(u8* src, u8* dst, int count))region)(src.GetPointer(), dst.GetPointer(), count);