X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.libretro;h=265ae696cf5f6617f7d1576d0f783c1e6dd7a13a;hb=refs%2Fheads%2Flibretro;hp=a215cb568db044529d35aa35ba7059ea442cf484;hpb=58824199e7bf045876c70c3301093dc081e470ec;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index a215cb56..265ae696 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -204,6 +204,7 @@ else CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon endif + HAVE_PHYSICAL_CDROM = 0 CC_AS = perl ./tools/gas-preprocessor.pl $(CC) ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) MINVERSION = -miphoneos-version-min=8.0 @@ -321,6 +322,7 @@ else ifeq ($(platform), ctr) CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration CFLAGS += -DHAVE_UNISTD_H + CFLAGS += -DZ7_DECL_Int32_AS_long OBJS += frontend/3ds/utils.o @@ -353,8 +355,10 @@ else ifneq (,$(filter $(platform),ngc wii wiiu)) # -mwup was removed in newer devkitPPC versions CFLAGS += -DHW_WUP CFLAGS += -I frontend/wiiu + CFLAGS += -DZ7_DECL_Int32_AS_long LIGHTREC_CUSTOM_MAP := 1 LIGHTREC_CUSTOM_MAP_OBJ := libpcsxcore/lightrec/mem_wiiu.o + LIGHTREC_CODE_INV := 1 endif ARCH = powerpc BUILTIN_GPU = peops