Skip to content

Commit

Permalink
move some files around - create memory/ subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 20, 2015
1 parent b84d431 commit a7f78a8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions griffin/griffin.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONSOLE EXTENSIONS
#ifdef RARCH_CONSOLE

#ifdef HW_DOL
#include "../ngc/ssaram.c"
#include "../memory/ngc/ssaram.c"
#endif

#endif
Expand Down Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a7f78a8

Please sign in to comment.