move some files around - create memory/ subdir

pull/2149/head
twinaphex 2015-09-20 14:54:41 +02:00
parent b84d431324
commit a7f78a8d88
7 changed files with 3 additions and 3 deletions

View File

@ -694,7 +694,7 @@ endif
ifeq ($(HAVE_EXYNOS), 1)
OBJ += gfx/drivers/exynos_gfx.o \
mem/neon/memcpy-neon.o
memory/neon/memcpy-neon.o
LIBS += $(DRM_LIBS) $(EXYNOS_LIBS)
DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS)
endif

View File

@ -36,7 +36,7 @@ CONSOLE EXTENSIONS
#ifdef RARCH_CONSOLE
#ifdef HW_DOL
#include "../ngc/ssaram.c"
#include "../memory/ngc/ssaram.c"
#endif
#endif
@ -186,7 +186,7 @@ VIDEO DRIVER
#if defined(GEKKO)
#ifdef HW_RVL
#include "../wii/vi_encoder.c"
#include "../wii/mem2_manager.c"
#include "../memory/wii/mem2_manager.c"
#endif
#endif