mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Add vector_4 to Griffin and Makefile.common
This commit is contained in:
parent
028bb38ec5
commit
1055938b67
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user