Matched pad.c and a few mtx files

This commit is contained in:
dbalatoni13 2024-11-12 00:08:39 +01:00
parent 6dfc6da0e4
commit 4bbaec7455
12 changed files with 3216 additions and 31 deletions

View file

@ -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(