Matched pad.c and a few mtx files
This commit is contained in:
parent
6dfc6da0e4
commit
4bbaec7455
12 changed files with 3216 additions and 31 deletions
|
|
@ -484,11 +484,11 @@ config.libs = [
|
|||
"mtx",
|
||||
[
|
||||
Object(NonMatching, "dolphin/mtx/mtx.c"),
|
||||
Object(NonMatching, "dolphin/mtx/mtxvec.c"),
|
||||
Object(NonMatching, "dolphin/mtx/mtx44.c"),
|
||||
Object(Matching, "dolphin/mtx/mtxvec.c"),
|
||||
Object(Matching, "dolphin/mtx/mtx44.c"),
|
||||
Object(NonMatching, "dolphin/mtx/vec.c"),
|
||||
Object(NonMatching, "dolphin/mtx/quat.c"),
|
||||
Object(NonMatching, "dolphin/mtx/psmtx.c"),
|
||||
Object(Matching, "dolphin/mtx/psmtx.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
@ -521,7 +521,7 @@ config.libs = [
|
|||
"pad",
|
||||
[
|
||||
Object(NonMatching, "dolphin/pad/Padclamp.c"),
|
||||
Object(NonMatching, "dolphin/pad/Pad.c"),
|
||||
Object(Matching, "dolphin/pad/Pad.c"),
|
||||
],
|
||||
),
|
||||
DolphinLib(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue