mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 11:08:16 +00:00
Always compile in matrix files now
This commit is contained in:
parent
8b0628f13e
commit
2fe6a6af5b
@ -210,6 +210,9 @@ VIDEO IMAGE
|
||||
VIDEO DRIVER
|
||||
============================================================ */
|
||||
|
||||
#include "../libretro-common/gfx/math/matrix_4x4.c"
|
||||
#include "../libretro-common/gfx/math/matrix_3x3.c"
|
||||
|
||||
#if defined(GEKKO)
|
||||
#ifdef HW_RVL
|
||||
#include "../gfx/drivers/gx_gfx_vi_encoder.c"
|
||||
@ -219,7 +222,6 @@ VIDEO DRIVER
|
||||
|
||||
#ifdef HAVE_VG
|
||||
#include "../gfx/drivers/vg.c"
|
||||
#include "../libretro-common/gfx/math/matrix_3x3.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OMAP
|
||||
@ -227,8 +229,6 @@ VIDEO DRIVER
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "../libretro-common/gfx/math/matrix_4x4.c"
|
||||
|
||||
#include "../gfx/drivers/gl.c"
|
||||
#include "../gfx/drivers/gl_common.c"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user