Add compilation of vector_2/vector_3
This commit is contained in:
parent
aefcca125a
commit
097b02a8a1
|
@ -670,6 +670,8 @@ endif
|
||||||
OBJ += gfx/video_context_driver.o \
|
OBJ += gfx/video_context_driver.o \
|
||||||
gfx/drivers_context/gfx_null_ctx.o \
|
gfx/drivers_context/gfx_null_ctx.o \
|
||||||
gfx/video_state_tracker.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_4x4.o \
|
||||||
libretro-common/gfx/math/matrix_3x3.o
|
libretro-common/gfx/math/matrix_3x3.o
|
||||||
|
|
||||||
|
|
|
@ -256,6 +256,8 @@ VIDEO DRIVER
|
||||||
|
|
||||||
#include "../libretro-common/gfx/math/matrix_4x4.c"
|
#include "../libretro-common/gfx/math/matrix_4x4.c"
|
||||||
#include "../libretro-common/gfx/math/matrix_3x3.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)
|
#if defined(GEKKO)
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
|
|
Loading…
Reference in New Issue