Update MusyX initial CScriptSound work

This commit is contained in:
2024-10-15 16:45:15 -07:00
parent cddd01c7a8
commit d63c21cbef
6 changed files with 14 additions and 10 deletions

View File

@@ -239,7 +239,7 @@ cflags_musyx = [
"-i include",
"-i extern/musyx/include",
"-i libc",
"-inline auto",
"-inline auto,depth=4",
"-O4,p",
"-fp hard",
"-enum int",
@@ -260,6 +260,7 @@ cflags_musyx_debug = [
"-g",
"-sym on",
"-D_DEBUG=1",
"-fp hard",
"-enum int",
"-Cpp_exceptions off",
"-DMUSY_TARGET=MUSY_TARGET_DOLPHIN",
@@ -1256,7 +1257,7 @@ config.libs = [
Object(Matching, "musyx/runtime/synth.c"),
Object(Matching, "musyx/runtime/seq_api.c"),
Object(Matching, "musyx/runtime/snd_synthapi.c"),
Object(NonMatching, "musyx/runtime/stream.c"),
Object(Matching, "musyx/runtime/stream.c"),
Object(Matching, "musyx/runtime/synthdata.c"),
Object(Matching, "musyx/runtime/synthmacros.c"),
Object(Matching, "musyx/runtime/synthvoice.c"),