Wrap nonmatching functions and link ai.c

Former-commit-id: 4737d6c9d3
This commit is contained in:
2022-12-09 17:51:32 -08:00
parent d4c1747688
commit 4de93b4f68
3 changed files with 61 additions and 2 deletions

View File

@@ -699,11 +699,11 @@ LIBS = [
},
{
"lib": "ai",
"mwcc_version": "1.2.5",
"mwcc_version": "1.2.5e",
"cflags": "$cflags_base",
"host": False,
"objects": [
["Dolphin/ai", False],
["Dolphin/ai", True],
],
},
{