mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 04:10:39 +00:00
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 \
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user