Add vector_4 to Griffin and Makefile.common

This commit is contained in:
twinaphex 2016-09-16 17:46:13 +02:00
parent 028bb38ec5
commit 1055938b67
2 changed files with 2 additions and 0 deletions

View File

@ -688,6 +688,7 @@ OBJ += gfx/video_context_driver.o \
gfx/video_state_tracker.o \
libretro-common/gfx/math/vector_2.o \
libretro-common/gfx/math/vector_3.o \
libretro-common/gfx/math/vector_4.o \
libretro-common/gfx/math/matrix_4x4.o \
libretro-common/gfx/math/matrix_3x3.o

View File

@ -268,6 +268,7 @@ VIDEO DRIVER
#include "../libretro-common/gfx/math/matrix_3x3.c"
#include "../libretro-common/gfx/math/vector_2.c"
#include "../libretro-common/gfx/math/vector_3.c"
#include "../libretro-common/gfx/math/vector_4.c"
#if defined(GEKKO)
#ifdef HW_RVL