Add CDvdFile, match and link dvdfs

Former-commit-id: 112a7adec8
This commit is contained in:
2023-01-12 16:05:25 -08:00
parent f5a0721ec0
commit 947259c900
5 changed files with 720 additions and 3 deletions

View File

@@ -654,7 +654,7 @@ LIBS = [
"Kyoto/DolphinCMemoryCardSys",
["Kyoto/Input/DolphinIController", True],
["Kyoto/Input/CDolphinController", True],
"Kyoto/DolphinCDvdFile",
["Kyoto/DolphinCDvdFile", False],
"Kyoto/Alloc/CMediumAllocPool",
["Kyoto/Alloc/CSmallAllocPool", True],
["Kyoto/Alloc/CGameAllocator", False],
@@ -752,7 +752,7 @@ LIBS = [
"host": False,
"objects": [
"Dolphin/dvd/dvdlow",
"Dolphin/dvd/dvdfs",
["Dolphin/dvd/dvdfs", True],
["Dolphin/dvd/dvd", False],
"Dolphin/dvd/dvdqueue",
"Dolphin/dvd/dvderror",