mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 19:45:33 +00:00
dep/imgui: RISC-V compile fix
This commit is contained in:
parent
5d8519897d
commit
d26fc89aac
@ -230,7 +230,7 @@ STBSP__PUBLICDEC void STB_SPRINTF_DECORATE(set_separators)(char comma, char peri
|
|||||||
#define stbsp__uint16 unsigned short
|
#define stbsp__uint16 unsigned short
|
||||||
|
|
||||||
#ifndef stbsp__uintptr
|
#ifndef stbsp__uintptr
|
||||||
#if defined(__ppc64__) || defined(__powerpc64__) || defined(__aarch64__) || defined(_M_X64) || defined(__x86_64__) || defined(__x86_64) || defined(__s390x__)
|
#if defined(__ppc64__) || defined(__powerpc64__) || defined(__aarch64__) || defined(_M_X64) || defined(__x86_64__) || defined(__x86_64) || defined(__s390x__) || (defined(__riscv) && __riscv_xlen == 64)
|
||||||
#define stbsp__uintptr stbsp__uint64
|
#define stbsp__uintptr stbsp__uint64
|
||||||
#else
|
#else
|
||||||
#define stbsp__uintptr stbsp__uint32
|
#define stbsp__uintptr stbsp__uint32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user