Skip to content

Commit

Permalink
Use __loongarch_lp64 instead of __loongarch64 as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyushaScarlet committed Dec 9, 2023
1 parent 3e20fab commit 3ffcf78
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 @@ -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
Expand Down

0 comments on commit 3ffcf78

Please sign in to comment.