You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add loongarch64 support
This commit is contained in:
@@ -518,6 +518,10 @@ bool OS::has_feature(const String &p_feature) {
|
||||
if (p_feature == "wasm") {
|
||||
return true;
|
||||
}
|
||||
#elif defined(__loongarch64)
|
||||
if (p_feature == "loongarch64") {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(IOS_SIMULATOR)
|
||||
|
||||
Reference in New Issue
Block a user