Split until GXInit.c

This commit is contained in:
gamemasterplc 2023-12-27 20:38:29 -06:00
parent 6ffbc782d4
commit cbab9c2a31
3 changed files with 132 additions and 59 deletions

View file

@ -388,6 +388,40 @@ config.libs = [
Object(NonMatching, "dolphin/demo/DEMOStats.c"),
],
),
DolphinLib(
"pad",
[
Object(NonMatching, "dolphin/pad/Padclamp.c"),
Object(NonMatching, "dolphin/pad/Pad.c"),
],
),
DolphinLib(
"ai",
[
Object(NonMatching, "dolphin/ai.c"),
],
),
DolphinLib(
"ar",
[
Object(NonMatching, "dolphin/ar/ar.c"),
Object(NonMatching, "dolphin/ar/arq.c"),
],
),
DolphinLib(
"dsp",
[
Object(NonMatching, "dolphin/dsp/dsp.c"),
Object(NonMatching, "dolphin/dsp/dsp_debug.c"),
Object(NonMatching, "dolphin/dsp/dsp_task.c"),
],
),
DolphinLib(
"gx",
[
Object(NonMatching, "dolphin/gx/GXInit.c"),
],
),
{
"lib": "Runtime.PPCEABI.H",
"mw_version": config.linker_version,