Imported dolphin/dsp
This commit is contained in:
parent
36a05264a5
commit
9267fa627d
6 changed files with 520 additions and 18 deletions
12
configure.py
12
configure.py
|
|
@ -517,10 +517,10 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"demo",
|
||||
[
|
||||
Object(NonMatching, "dolphin/demo/DEMOInit.c"),
|
||||
Object(NonMatching, "dolphin/demo/DEMOFont.c"),
|
||||
Object(Matching, "dolphin/demo/DEMOInit.c"),
|
||||
Object(Matching, "dolphin/demo/DEMOFont.c"),
|
||||
Object(NonMatching, "dolphin/demo/DEMOPuts.c"),
|
||||
Object(NonMatching, "dolphin/demo/DEMOStats.c"),
|
||||
Object(Matching, "dolphin/demo/DEMOStats.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
@ -546,9 +546,9 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"dsp",
|
||||
[
|
||||
Object(NonMatching, "dolphin/dsp/dsp.c"),
|
||||
Object(NonMatching, "dolphin/dsp/dsp_debug.c"),
|
||||
Object(NonMatching, "dolphin/dsp/dsp_task.c"),
|
||||
Object(Matching, "dolphin/dsp/dsp.c"),
|
||||
Object(Matching, "dolphin/dsp/dsp_debug.c"),
|
||||
Object(Matching, "dolphin/dsp/dsp_task.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue