Merge pull request #18498 from KatyushaScarlet/dev-loongarch64

Use __loongarch_lp64 instead of __loongarch64 as it is deprecated
This commit is contained in:
Henrik Rydgård 2023-12-09 17:42:17 +01:00 committed by GitHub
commit 848de762b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,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