mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Merge pull request #18498 from KatyushaScarlet/dev-loongarch64
Use __loongarch_lp64 instead of __loongarch64 as it is deprecated
This commit is contained in:
commit
848de762b3
@ -77,7 +77,7 @@
|
|||||||
#define PPSSPP_ARCH_64BIT 1
|
#define PPSSPP_ARCH_64BIT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__loongarch64)
|
#if defined(__loongarch_lp64)
|
||||||
//https://github.com/gcc-mirror/gcc/blob/master/gcc/config/loongarch/loongarch-c.cc
|
//https://github.com/gcc-mirror/gcc/blob/master/gcc/config/loongarch/loongarch-c.cc
|
||||||
#define PPSSPP_ARCH_LOONGARCH64 1
|
#define PPSSPP_ARCH_LOONGARCH64 1
|
||||||
#define PPSSPP_ARCH_64BIT 1
|
#define PPSSPP_ARCH_64BIT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user