1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Mono: Make Godot provide its own WASM m2n trampolines

This depends on a custom Mono patch from this commit:
godotengine/godot-mono-builds@0e312939bd
This commit is contained in:
Ignacio Etcheverry
2020-12-05 00:05:01 +01:00
parent 04bef80b42
commit 7439b5595d
14 changed files with 543 additions and 264 deletions

View File

@@ -80,7 +80,7 @@ Array *godot_icall_SceneTree_get_nodes_in_group_Generic(SceneTree *ptr, StringNa
}
void godot_register_scene_tree_icalls() {
mono_add_internal_call("Godot.SceneTree::godot_icall_SceneTree_get_nodes_in_group_Generic", (void *)godot_icall_SceneTree_get_nodes_in_group_Generic);
GDMonoUtils::add_internal_call("Godot.SceneTree::godot_icall_SceneTree_get_nodes_in_group_Generic", godot_icall_SceneTree_get_nodes_in_group_Generic);
}
#endif // MONO_GLUE_ENABLED