X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=5af8d75465a898009406cd575ad6de4ff0cfeac5;hb=5382d2a652a74e3844afa68a510a5ab612e115e0;hp=f58f28449219948d4daca3b01f1c8d1be1acf6c6;hpb=da17206dd7ab28f65dc7f5c421bb972d31eb1b55;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index f58f2844..5af8d754 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -253,6 +253,17 @@ else ifeq ($(platform), rpi3) BUILTIN_GPU = neon USE_DYNAREC = 1 +#Raspberry Pi 4 +else ifeq ($(platform), rpi4) + TARGET := $(TARGET_NAME)_libretro.so + fpic := -fPIC + CFLAGS += -marm -mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard + ASFLAGS += -mcpu=cortex-a72 -mfpu=neon-fp-armv8 -mfloat-abi=hard + HAVE_NEON = 1 + ARCH = arm + BUILTIN_GPU = neon + USE_DYNAREC = 1 + # Classic Platforms #################### # Platform affix = classic__<µARCH> # Help at https://modmyclassic.com/comp