mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-07 02:35:52 +00:00
Update musyx, Match and link snd_midictrl
This commit is contained in:
parent
cecf730dcf
commit
10d67504b4
13
configure.py
13
configure.py
@ -250,6 +250,7 @@ cflags_musyx = [
|
||||
"-O4,p",
|
||||
"-fp hard",
|
||||
"-enum int",
|
||||
"-sym on",
|
||||
"-Cpp_exceptions off",
|
||||
"-str reuse,pool,readonly",
|
||||
"-fp_contract off",
|
||||
@ -1265,11 +1266,11 @@ config.libs = [
|
||||
],
|
||||
},
|
||||
MusyX(
|
||||
# debug=True,
|
||||
# mw_version="GC/1.2.5",
|
||||
# major=1,
|
||||
# minor=5,
|
||||
# patch=3,
|
||||
#debug=True,
|
||||
#mw_version="GC/1.2.5n",
|
||||
#major=1,
|
||||
#minor=5,
|
||||
#patch=3,
|
||||
objects=[
|
||||
Object(Matching, "musyx/runtime/seq.c"),
|
||||
Object(Matching, "musyx/runtime/synth.c"),
|
||||
@ -1289,7 +1290,7 @@ config.libs = [
|
||||
Object(Matching, "musyx/runtime/snd3d.c"),
|
||||
Object(Matching, "musyx/runtime/snd_init.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/hardware.c"),
|
||||
Object(Matching, "musyx/runtime/hw_aramdma.c"),
|
||||
|
2
extern/musyx
vendored
2
extern/musyx
vendored
@ -1 +1 @@
|
||||
Subproject commit b6aa410fad97fb9f2d03969960f5d78545c822d8
|
||||
Subproject commit 1fd851887db7dbdea748b90618193dc0d2ce091d
|
Loading…
x
Reference in New Issue
Block a user