MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / cdvdWrite07

Function cdvdWrite07

pcsx2/CDVD/CDVD.cpp:2370–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2368}
2369
2370static __fi void cdvdWrite07(u8 rt) // BREAK
2371{
2372 CDVD_LOG("cdvdWrite07(Break) %x", rt);
2373
2374 // If we're already in a Ready state or already Breaking, then do nothing:
2375 if (!(cdvd.Ready & CDVD_DRIVE_BUSY) || cdvd.AbortRequested)
2376 return;
2377
2378 DbgCon.WriteLn("*PCSX2*: CDVD BREAK %x", rt);
2379
2380 cdvd.AbortRequested = true;
2381}
2382
2383static __fi void cdvdWrite08(u8 rt)
2384{ // INTR_STAT

Callers 1

cdvdWriteFunction · 0.85

Calls 1

WriteLnMethod · 0.45

Tested by

no test coverage detected