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

Method IsDiskIDed

src/SB/Core/gc/iTRC.cpp:421–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool iTRCDisk::IsDiskIDed()
422{
423 S32 diskChk;
424 bool diskIDed;
425
426 diskIDed = false;
427 diskChk = DVDCheckDisk();
428
429 if ((diskChk != FALSE) && (diskChk = DVDGetDriveStatus(), diskChk == FALSE))
430 {
431 diskIDed = true;
432 }
433 return diskIDed;
434}
435
436void iTRCDisk::DisplayErrorMessage()
437{

Callers

nothing calls this directly

Calls 2

DVDCheckDiskFunction · 0.85
DVDGetDriveStatusFunction · 0.85

Tested by

no test coverage detected