Skip to content

Commit

Permalink
Merge pull request #18498 from KatyushaScarlet/dev-loongarch64
Browse files Browse the repository at this point in the history
Use __loongarch_lp64 instead of __loongarch64 as it is deprecated
  • Loading branch information
hrydgard committed Dec 9, 2023
2 parents 27e47d9 + 3ffcf78 commit 848de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppsspp_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 848de76

Please sign in to comment.