temporary riscv define fix

This commit is contained in:
Pierce Andjelkovic 2021-07-29 07:19:44 +10:00
parent d452b0c1f7
commit 8cb4fb83a4

View file

@ -64,7 +64,7 @@
#define PPSSPP_ARCH_32BIT 1 #define PPSSPP_ARCH_32BIT 1
#endif #endif
#if defined(__riscv64__) #if defined(__riscv)
#define PPSSPP_ARCH_RISCV64 1 #define PPSSPP_ARCH_RISCV64 1
#define PPSSPP_ARCH_64BIT 1 #define PPSSPP_ARCH_64BIT 1
#endif #endif