1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Add LoongArch architecture information (#23477)

This commit is contained in:
wszqkzqk
2025-01-01 18:47:07 +08:00
committed by GitHub
parent 03fc6f64e7
commit 2bdb3a62e3

View File

@@ -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"