Update musyx, Match and link snd_midictrl

This commit is contained in:
Phillip Stephens 2024-12-15 21:56:22 -08:00
parent cecf730dcf
commit 10d67504b4
2 changed files with 8 additions and 7 deletions

View File

@ -250,6 +250,7 @@ cflags_musyx = [
"-O4,p", "-O4,p",
"-fp hard", "-fp hard",
"-enum int", "-enum int",
"-sym on",
"-Cpp_exceptions off", "-Cpp_exceptions off",
"-str reuse,pool,readonly", "-str reuse,pool,readonly",
"-fp_contract off", "-fp_contract off",
@ -1266,7 +1267,7 @@ config.libs = [
}, },
MusyX( MusyX(
#debug=True, #debug=True,
# mw_version="GC/1.2.5", #mw_version="GC/1.2.5n",
#major=1, #major=1,
#minor=5, #minor=5,
#patch=3, #patch=3,
@ -1289,7 +1290,7 @@ config.libs = [
Object(Matching, "musyx/runtime/snd3d.c"), Object(Matching, "musyx/runtime/snd3d.c"),
Object(Matching, "musyx/runtime/snd_init.c"), Object(Matching, "musyx/runtime/snd_init.c"),
Object(Matching, "musyx/runtime/snd_math.c"), Object(Matching, "musyx/runtime/snd_math.c"),
Object(NonMatching, "musyx/runtime/snd_midictrl.c"), Object(Matching, "musyx/runtime/snd_midictrl.c"),
Object(Matching, "musyx/runtime/snd_service.c"), Object(Matching, "musyx/runtime/snd_service.c"),
Object(Matching, "musyx/runtime/hardware.c"), Object(Matching, "musyx/runtime/hardware.c"),
Object(Matching, "musyx/runtime/hw_aramdma.c"), Object(Matching, "musyx/runtime/hw_aramdma.c"),

2
extern/musyx vendored

@ -1 +1 @@
Subproject commit b6aa410fad97fb9f2d03969960f5d78545c822d8 Subproject commit 1fd851887db7dbdea748b90618193dc0d2ce091d