feat: Add mxml

I checked out the few xml implementations that
are available as pure C and this one seemed like
the best choice so far. It's fairly small regarding
foot print, similar API to the property (node) API,
and I could get it to work fairly easily with a few
sandbox examples thanks to decent documentation.

This serves as the base for a bemanitools property
(node) implementation for games that do not come
with AVS 2 and the property API.
This commit is contained in:
icex2
2024-08-15 11:34:31 +02:00
parent ee8f2a05fe
commit 45d7a29cba
14 changed files with 6412 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ avsvers_64 := 1700 1603 1601 1509 1508
imps += avs avs-ea3
include src/main/mxml/Module.mk
include src/main/aciodrv/Module.mk
include src/main/aciodrv-proc/Module.mk
include src/main/acioemu/Module.mk