mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
temporary riscv define fix
This commit is contained in:
parent
d452b0c1f7
commit
8cb4fb83a4
@ -64,7 +64,7 @@
|
||||
#define PPSSPP_ARCH_32BIT 1
|
||||
#endif
|
||||
|
||||
#if defined(__riscv64__)
|
||||
#if defined(__riscv)
|
||||
#define PPSSPP_ARCH_RISCV64 1
|
||||
#define PPSSPP_ARCH_64BIT 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user