mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Use __loongarch_lp64 instead of __loongarch64 as it is deprecated
This commit is contained in:
parent
3e20fab387
commit
3ffcf78788
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user