Add compilation of vector_2/vector_3

This commit is contained in:
twinaphex 2016-06-27 10:56:30 +02:00
parent aefcca125a
commit 097b02a8a1
2 changed files with 4 additions and 0 deletions

View File

@ -670,6 +670,8 @@ endif
OBJ += gfx/video_context_driver.o \
gfx/drivers_context/gfx_null_ctx.o \
gfx/video_state_tracker.o \
libretro-common/gfx/math/vector_2.o \
libretro-common/gfx/math/vector_3.o \
libretro-common/gfx/math/matrix_4x4.o \
libretro-common/gfx/math/matrix_3x3.o

View File

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