From 3ffcf78788c5232e78d3e0e9e321fda6fd06cdaf Mon Sep 17 00:00:00 2001 From: KatyushaScarlet Date: Sat, 9 Dec 2023 20:31:17 +0800 Subject: [PATCH] Use __loongarch_lp64 instead of __loongarch64 as it is deprecated --- ppsspp_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppsspp_config.h b/ppsspp_config.h index 2861b621b333..6259ecbe6d2b 100644 --- a/ppsspp_config.h +++ b/ppsspp_config.h @@ -75,7 +75,7 @@ #define PPSSPP_ARCH_64BIT 1 #endif -#if defined(__loongarch64) +#if defined(__loongarch_lp64) //https://github.com/gcc-mirror/gcc/blob/master/gcc/config/loongarch/loongarch-c.cc #define PPSSPP_ARCH_LOONGARCH64 1 #define PPSSPP_ARCH_64BIT 1