Update for latest dkA & gpu_revamp
This commit is contained in:
parent
e7d0632224
commit
cd57cf8d3f
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ INCLUDES := include
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp
|
||||
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
|
||||
|
||||
CFLAGS := -g -Wall -O2 -mword-relocations \
|
||||
-fomit-frame-pointer -ffast-math \
|
||||
|
@ -34,7 +34,7 @@ void C3D_UpdateUniforms(void)
|
||||
*/
|
||||
|
||||
// Upload the uniforms
|
||||
GPU_SetUniform(i, (u32*)&C3D_FVUnif[i], j-i);
|
||||
GPU_SetFloatUniform(GPU_VERTEX_SHADER, i, (u32*)&C3D_FVUnif[i], j-i);
|
||||
|
||||
// Clear the dirty flag
|
||||
int k;
|
||||
|
Loading…
Reference in New Issue
Block a user