mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:47:41 +00:00
More MusyX progress, fully match hardware.c
Former-commit-id: 4baceece91
This commit is contained in:
@@ -920,9 +920,9 @@ LIBS = [
|
||||
{
|
||||
"lib": "musyx",
|
||||
#"mw_version": "1.2.5",
|
||||
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int ",
|
||||
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=3",
|
||||
"mw_version": "1.3.2",
|
||||
"cflags": "$cflags_musyx",
|
||||
"cflags": "$cflags_musyx -DMUSY_VERSION_MAJOR=1 -DMUSY_VERSION_MINOR=5 -DMUSY_VERSION_PATCH=4",
|
||||
"host": False,
|
||||
"objects": [
|
||||
"musyx/runtime/seq",
|
||||
@@ -951,7 +951,7 @@ LIBS = [
|
||||
["musyx/runtime/hw_dolphin", True],
|
||||
["musyx/runtime/hw_memory", True],
|
||||
["musyx/runtime/CheapReverb/creverb_fx", True],
|
||||
"musyx/runtime/CheapReverb/creverb",
|
||||
["musyx/runtime/CheapReverb/creverb", False],
|
||||
["musyx/runtime/StdReverb/reverb_fx", True],
|
||||
["musyx/runtime/StdReverb/reverb", False],
|
||||
["musyx/runtime/Delay/delay_fx", True],
|
||||
|
||||
Reference in New Issue
Block a user