mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 02:27:40 +00:00
Update MusyX initial CScriptSound work
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user