X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=42843bc69320bc9da19cce0cd4e6cc6a93afe187;hb=8e224f98516144722076e79b372c67ba7ded7577;hp=9f196387ec4b170b1f55cb74f3b4f7c320f705a8;hpb=78bb116f38e967174ce6255a51c9d19805e8fcb2;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 9f196387..42843bc6 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -210,6 +210,7 @@ else ifeq ($(platform), libnx) CFLAGS += -DARM -D__aarch64__=1 -march=armv8-a -mtune=cortex-a57 -mtp=soft -DHAVE_INTTYPES -DLSB_FIRST -ffast-math -mcpu=cortex-a57+crc+fp+simd -ffunction-sections CFLAGS += -ftree-vectorize CFLAGS += -Ifrontend/switch -ftree-vectorize + NO_POSIX_MEMALIGN := 1 NO_PTHREAD=1 LIBPTHREAD := STATIC_LINKING=1 @@ -265,6 +266,7 @@ else ifeq ($(platform), vita) ARCH = arm STATIC_LINKING = 1 NO_PTHREAD=1 + NO_POSIX_MEMALIGN := 1 # CTR(3DS) else ifeq ($(platform), ctr) @@ -289,6 +291,7 @@ else ifeq ($(platform), ctr) ARCH = arm HAVE_NEON = 0 STATIC_LINKING = 1 + NO_POSIX_MEMALIGN := 1 # Xbox 360 else ifeq ($(platform), xenon)