diff --git a/ppsspp_config.h b/ppsspp_config.h index 91f0ffb854..fcb3f06038 100644 --- a/ppsspp_config.h +++ b/ppsspp_config.h @@ -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