mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Don't compile in memmap.c
This commit is contained in:
parent
e579e82692
commit
725040126d
@ -134,7 +134,6 @@ OBJ += frontend/frontend.o \
|
||||
libretro-common/string/string_list.o \
|
||||
libretro-common/string/stdstring.o \
|
||||
libretro-common/memmap/memalign.o \
|
||||
libretro-common/memmap/memmap.o \
|
||||
dir_list_special.o \
|
||||
file_ops.o \
|
||||
libretro-common/file/nbio/nbio_stdio.o \
|
||||
|
@ -61,9 +61,6 @@ COMPATIBILITY
|
||||
#include "../compat/compat.c"
|
||||
#include "../libretro-common/compat/compat_fnmatch.c"
|
||||
#include "../libretro-common/memmap/memalign.c"
|
||||
#if !defined(_3DS)
|
||||
#include "../libretro-common/memmap/memmap.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
CONFIG FILE
|
||||
|
Loading…
Reference in New Issue
Block a user