MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / stateReadingFST

Function stateReadingFST

src/dolphin/src/dvd/dvd.c:111–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static void stateReadingFST()
112{
113 LastState = (stateFunc)stateReadingFST;
114
115 if (bootInfo->FSTMaxLength < BB2.FSTLength)
116 {
117#line 644
118 OSHalt("DVDChangeDisk(): FST in the new disc is too big. ");
119 }
120
121 DVDLowRead(bootInfo->FSTLocation, OSRoundUp32B(BB2.FSTLength), BB2.FSTPosition,
122 cbForStateReadingFST);
123}
124
125static void cbForStateReadingFST(u32 intType)
126{

Callers 1

cbForStateCheckID2Function · 0.85

Calls 1

DVDLowReadFunction · 0.85

Tested by

no test coverage detected