From 0513a2c2e3c72fdaf75d24fb6b8ab7e7e644536a Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 14 Dec 2021 21:10:58 +0200 Subject: [PATCH] minor cleanup --- Makefile.libretro | 5 ----- frontend/3ds/3ds_utils.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index 59bc5758..c2fc9d0f 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -236,8 +236,6 @@ else ifeq ($(platform), vita) BUILTIN_GPU = neon DYNAREC = ari64 - DRC_CACHE_BASE = 0 - ARCH = arm STATIC_LINKING = 1 @@ -261,7 +259,6 @@ else ifeq ($(platform), ctr) BUILTIN_GPU = unai THREAD_RENDERING = 1 DYNAREC = ari64 - DRC_CACHE_BASE = 0 ARCH = arm HAVE_NEON = 0 STATIC_LINKING = 1 @@ -295,7 +292,6 @@ else ifeq ($(platform), qnx) CC_AS = $(CC) HAVE_NEON = 1 DYNAREC = ari64 - DRC_CACHE_BASE = 0 BUILTIN_GPU = neon ARCH = arm CFLAGS += -D__BLACKBERRY_QNX__ -marm -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp @@ -422,7 +418,6 @@ else ifneq (,$(findstring armv,$(platform))) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC HAVE_NEON = 0 - DRC_CACHE_BASE = 0 BUILTIN_GPU = peops ifneq (,$(findstring cortexa8,$(platform))) CFLAGS += -marm -mcpu=cortex-a8 diff --git a/frontend/3ds/3ds_utils.h b/frontend/3ds/3ds_utils.h index 9211a9e4..75ab63b9 100644 --- a/frontend/3ds/3ds_utils.h +++ b/frontend/3ds/3ds_utils.h @@ -21,7 +21,7 @@ extern __attribute__((weak)) int __ctr_svchax; static bool has_rosalina; -static void check_rosalina() { +static inline void check_rosalina() { int64_t version; uint32_t major; -- 2.39.2