From: notaz Date: Wed, 23 Oct 2024 23:23:27 +0000 (+0300) Subject: 3ds: use arm-mem memcpy X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1315b29e90522e0901d019942ac3ea62abc219c;p=pcsx_rearmed.git 3ds: use arm-mem memcpy newlib's memcpy isn't that great --- diff --git a/Makefile.libretro b/Makefile.libretro index e1fadde5..c26cc555 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -358,9 +358,10 @@ else ifeq ($(platform), ctr) CFLAGS += -DZ7_DECL_Int32_AS_long CFLAGS += -DUSE_CTRULIB_2 + OBJS += deps/arm-mem/memcpymove-v6l.o + OBJS += deps/arm-mem/memset-v6l.o OBJS += frontend/3ds/utils.o -# CFLAGS += -DPCSX BUILTIN_GPU = unai THREAD_RENDERING = 1 DYNAREC = ari64