mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
temporary riscv define fix
This commit is contained in:
parent
d452b0c1f7
commit
8cb4fb83a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue