mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Add LoongArch architecture information (#23477)
This commit is contained in:
parent
03fc6f64e7
commit
2bdb3a62e3
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
#define OPENRCT2_ARCHITECTURE "mips"
|
||||
#elif defined(__riscv)
|
||||
#define OPENRCT2_ARCHITECTURE "RISC-V"
|
||||
#elif defined(__loongarch__)
|
||||
#define OPENRCT2_ARCHITECTURE "LoongArch"
|
||||
#endif
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#define OPENRCT2_ARCHITECTURE "Emscripten"
|
||||
|
|
Loading…
Reference in a new issue