Merge branch 'main' of https://github.com/abnormalhare/mp4-dtk
This commit is contained in:
commit
456ece12c9
22 changed files with 1461 additions and 234 deletions
51
configure.py
51
configure.py
|
|
@ -268,21 +268,22 @@ config.libs = [
|
|||
Object(Matching, "game/wipe.c"),
|
||||
Object(Matching, "game/window.c"),
|
||||
Object(Matching, "game/messdata.c"),
|
||||
Object(NonMatching, "game/card.c"),
|
||||
Object(Matching, "game/card.c"),
|
||||
Object(Matching, "game/armem.c"),
|
||||
Object(NonMatching, "game/code_800498F0.c"),
|
||||
Object(NonMatching, "game/chrman.c"),
|
||||
Object(NonMatching, "game/mapspace.c"),
|
||||
Object(NonMatching, "game/THPSimple.c"),
|
||||
Object(NonMatching, "game/THPDraw.c"),
|
||||
Object(NonMatching, "game/thpmain.c"),
|
||||
Object(NonMatching, "game/objsub.c"),
|
||||
Object(NonMatching, "game/flag.c"),
|
||||
Object(NonMatching, "game/saveload.c"),
|
||||
Object(Matching, "game/flag.c"),
|
||||
Object(Matching, "game/saveload.c"),
|
||||
Object(NonMatching, "game/sreset.c"),
|
||||
Object(NonMatching, "game/board/main.c"),
|
||||
Object(NonMatching, "game/board/board.c"),
|
||||
Object(NonMatching, "game/board/model.c"),
|
||||
Object(NonMatching, "game/board/window.c"),
|
||||
Object(NonMatching, "game/board/board_snd.c"),
|
||||
Object(NonMatching, "game/board/com.c"),
|
||||
Object(NonMatching, "game/board/overhead.c"),
|
||||
Object(NonMatching, "game/board/space.c"),
|
||||
|
|
@ -308,6 +309,7 @@ config.libs = [
|
|||
Object(NonMatching, "game/board/pause.c"),
|
||||
Object(NonMatching, "game/board/com_path.c"),
|
||||
Object(NonMatching, "game/board/tutorial.c"),
|
||||
Object(NonMatching, "game/kerent.c"),
|
||||
],
|
||||
},
|
||||
DolphinLib(
|
||||
|
|
@ -436,6 +438,47 @@ config.libs = [
|
|||
Object(NonMatching, "dolphin/gx/GXPerf.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
"card",
|
||||
[
|
||||
Object(NonMatching, "dolphin/card/CARDBios.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDUnlock.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDRdwr.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDBlock.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDDir.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDCheck.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDMount.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDFormat.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDOpen.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDCreate.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDRead.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDWrite.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDDelete.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDStat.c"),
|
||||
Object(NonMatching, "dolphin/card/CARDNet.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
"exi",
|
||||
[
|
||||
Object(NonMatching, "dolphin/exi/EXIBios.c"),
|
||||
Object(NonMatching, "dolphin/exi/EXIUart.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
"si",
|
||||
[
|
||||
Object(NonMatching, "dolphin/si/SIBios.c"),
|
||||
Object(NonMatching, "dolphin/si/SISamplingRate.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
"thp",
|
||||
[
|
||||
Object(NonMatching, "dolphin/thp/THPDec.c"),
|
||||
Object(NonMatching, "dolphin/thp/THPAudio.c"),
|
||||
],
|
||||
),
|
||||
{
|
||||
"lib": "Runtime.PPCEABI.H",
|
||||
"mw_version": config.linker_version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue