mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
Move memcpy implementations into separate dir
This commit is contained in:
parent
38eb1d4d3d
commit
0454ed7808
2
Makefile
2
Makefile
@ -216,7 +216,7 @@ ifeq ($(HAVE_OMAP), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_EXYNOS), 1)
|
||||
OBJ += gfx/exynos_gfx.o gfx/memcpy-neon.o
|
||||
OBJ += gfx/exynos_gfx.o mem/neon/memcpy-neon.o
|
||||
LIBS += $(DRM_LIBS) $(EXYNOS_LIBS)
|
||||
DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS)
|
||||
endif
|
||||
|
@ -28,7 +28,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef __CELLOS_LV2__
|
||||
#include "../ps3/altivec_mem.c"
|
||||
#include "../mem/altivec/altivec_mem.c"
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include <sdk_version.h>
|
||||
|
||||
#include "../../altivec_mem.h"
|
||||
#include "../../mem/altivec/altivec_mem.h"
|
||||
|
||||
#include "include/GmmAlloc.h"
|
||||
#include "include/rgl-typedefs.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <sdk_version.h>
|
||||
|
||||
#include "../../altivec_mem.h"
|
||||
#include "../../mem/altivec/altivec_mem.h"
|
||||
|
||||
#include "include/GmmAlloc.h"
|
||||
#include "include/rgl-typedefs.h"
|
||||
|
Loading…
Reference in New Issue
Block a user