X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=1ecd3595c929ce9d0a978fe1f7fa8cde5af262f4;hb=9532b0f41b808d0155f8d26a4a81553a13593d58;hp=ac91cf882fa83aefbef10d970265c5a14ef10674;hpb=3993490baa28964c5e3e8f879b58147184d9b0f7;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index ac91cf88..1ecd3595 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -3,6 +3,7 @@ DEBUG ?= 0 WANT_ZLIB ?= 1 HAVE_CHD ?= 1 +USE_LIBRETRO_VFS ?= 0 # Dynarec options: lightrec, ari64 DYNAREC ?= lightrec @@ -252,6 +253,7 @@ else ifeq ($(platform), ctr) CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration + CFLAGS += -DHAVE_UNISTD_H OBJS += frontend/3ds/utils.o @@ -450,6 +452,7 @@ else LIBPTHREAD := LIBDL := LIBM := + USE_LIBRETRO_VFS = 1 endif CFLAGS += $(fpic)