Use __loongarch_lp64 instead of __loongarch64 as it is deprecated

This commit is contained in:
KatyushaScarlet 2023-12-09 20:31:17 +08:00
parent 3e20fab387
commit 3ffcf78788

View File

@ -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