Update and link reset of MusyX

This commit is contained in:
2024-12-16 19:52:48 -08:00
parent 10d67504b4
commit c854a74ae4
3 changed files with 11 additions and 2 deletions

View File

@@ -1285,7 +1285,7 @@ config.libs = [
Object(Matching, "musyx/runtime/synth_vsamples.c"),
Object(Matching, "musyx/runtime/synth_dbtab.c"),
Object(Matching, "musyx/runtime/s_data.c"),
Object(NonMatching, "musyx/runtime/hw_dspctrl.c"),
Object(Matching, "musyx/runtime/hw_dspctrl.c"),
Object(Matching, "musyx/runtime/hw_volconv.c"),
Object(Matching, "musyx/runtime/snd3d.c"),
Object(Matching, "musyx/runtime/snd_init.c"),
@@ -1307,6 +1307,12 @@ config.libs = [
Object(Matching, "musyx/runtime/profile.c"),
],
),
DolphinLib(
"Dummy",
[
Object(Matching, "Dolphin/dummy.c"),
],
),
DolphinLib(
"dtk",
[