Link in arq and most of dvd

This commit is contained in:
gamemasterplc 2024-11-10 18:27:13 -06:00
parent 92bc9d78fe
commit 53fba73d33
10 changed files with 1487 additions and 10 deletions

View file

@ -494,18 +494,18 @@ config.libs = [
DolphinLib(
"dvd",
[
Object(NonMatching, "dolphin/dvd/dvdlow.c"),
Object(NonMatching, "dolphin/dvd/dvdfs.c"),
Object(Matching, "dolphin/dvd/dvdlow.c"),
Object(Matching, "dolphin/dvd/dvdfs.c"),
Object(NonMatching, "dolphin/dvd/dvd.c"),
Object(NonMatching, "dolphin/dvd/dvdqueue.c"),
Object(NonMatching, "dolphin/dvd/dvderror.c"),
Object(NonMatching, "dolphin/dvd/fstload.c"),
Object(Matching, "dolphin/dvd/dvdqueue.c"),
Object(Matching, "dolphin/dvd/dvderror.c"),
Object(Matching, "dolphin/dvd/fstload.c"),
],
),
DolphinLib(
"vi",
[
Object(NonMatching, "dolphin/vi.c"),
Object(Matching, "dolphin/vi.c"),
],
),
DolphinLib(
@ -534,7 +534,7 @@ config.libs = [
"ar",
[
Object(NonMatching, "dolphin/ar/ar.c"),
Object(NonMatching, "dolphin/ar/arq.c"),
Object(Matching, "dolphin/ar/arq.c"),
],
),
DolphinLib(