mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue