mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:07:40 +00:00
Update and link reset of MusyX
This commit is contained in:
@@ -4302,6 +4302,9 @@ musyx/runtime/hw_dolphin.c:
|
|||||||
.bss start:0x805678A0 end:0x80569900
|
.bss start:0x805678A0 end:0x80569900
|
||||||
.sbss start:0x805A9B70 end:0x805A9B98
|
.sbss start:0x805A9B70 end:0x805A9B98
|
||||||
|
|
||||||
|
Dolphin/dummy.c:
|
||||||
|
.bss start:0x80569900 end:0x80569908
|
||||||
|
|
||||||
musyx/runtime/hw_memory.c:
|
musyx/runtime/hw_memory.c:
|
||||||
.text start:0x803B5134 end:0x803B5188
|
.text start:0x803B5134 end:0x803B5188
|
||||||
|
|
||||||
|
|||||||
@@ -1285,7 +1285,7 @@ config.libs = [
|
|||||||
Object(Matching, "musyx/runtime/synth_vsamples.c"),
|
Object(Matching, "musyx/runtime/synth_vsamples.c"),
|
||||||
Object(Matching, "musyx/runtime/synth_dbtab.c"),
|
Object(Matching, "musyx/runtime/synth_dbtab.c"),
|
||||||
Object(Matching, "musyx/runtime/s_data.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/hw_volconv.c"),
|
||||||
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"),
|
||||||
@@ -1307,6 +1307,12 @@ config.libs = [
|
|||||||
Object(Matching, "musyx/runtime/profile.c"),
|
Object(Matching, "musyx/runtime/profile.c"),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
DolphinLib(
|
||||||
|
"Dummy",
|
||||||
|
[
|
||||||
|
Object(Matching, "Dolphin/dummy.c"),
|
||||||
|
],
|
||||||
|
),
|
||||||
DolphinLib(
|
DolphinLib(
|
||||||
"dtk",
|
"dtk",
|
||||||
[
|
[
|
||||||
|
|||||||
2
extern/musyx
vendored
2
extern/musyx
vendored
Submodule extern/musyx updated: 1fd851887d...a170f2ef4a
Reference in New Issue
Block a user