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

Function cbForStateCheckID2

src/dolphin/src/dvd/dvd.c:540–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540static void cbForStateCheckID2(u32 intType)
541{
542 if (intType == 16)
543 {
544 executing->state = -1;
545 stateTimeout();
546 return;
547 }
548
549 if (intType & 1)
550 {
551 NumInternalRetry = 0;
552
553 stateReadingFST();
554 }
555 else
556 {
557 stateGettingError();
558 }
559}
560
561static void cbForStateCheckID3(u32 intType)
562{

Callers

nothing calls this directly

Calls 3

stateTimeoutFunction · 0.85
stateReadingFSTFunction · 0.85
stateGettingErrorFunction · 0.85

Tested by

no test coverage detected