mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Fix linux build and various warnings.
Increase savestate version.
This commit is contained in:
@ -93,8 +93,6 @@ void LOADERDECL Update()
|
||||
if (g_VtxDesc.Normal != NOT_PRESENT)
|
||||
{
|
||||
// Feed normal input data and transform
|
||||
myVat.g0.NormalIndex3;
|
||||
|
||||
memcpy((u8 *)myVertex.normal, bufferPos + vertexDecl.normals[0].offset, sizeof(float) * 3 * ((myVat.g0.NormalElements) ? 3 : 1));
|
||||
|
||||
TransformUnit::TransformNormal(&myVertex, myVat.g0.NormalElements, outVertex);
|
||||
|
@ -1,4 +1,5 @@
|
||||
set(SRCS BPFunctions.cpp
|
||||
set(SRCS BoundingBox.cpp
|
||||
BPFunctions.cpp
|
||||
BPMemory.cpp
|
||||
BPStructs.cpp
|
||||
CPMemory.cpp
|
||||
|
Reference in New Issue
Block a user