Fix dvd.c

This commit is contained in:
gamemasterplc 2024-11-11 17:20:41 -06:00
parent 691a938104
commit 5bfbe7814b
3 changed files with 3 additions and 38 deletions

View file

@ -496,7 +496,7 @@ config.libs = [
[
Object(Matching, "dolphin/dvd/dvdlow.c"),
Object(Matching, "dolphin/dvd/dvdfs.c"),
Object(NonMatching, "dolphin/dvd/dvd.c"),
Object(Matching, "dolphin/dvd/dvd.c"),
Object(Matching, "dolphin/dvd/dvdqueue.c"),
Object(Matching, "dolphin/dvd/dvderror.c"),
Object(Matching, "dolphin/dvd/fstload.c"),