Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ cdvdWrite08
Function
cdvdWrite08
pcsx2/CDVD/CDVD.cpp:2383–2387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2381
}
2382
2383
static __fi void cdvdWrite08(u8 rt)
2384
{ // INTR_STAT
2385
CDVD_LOG(
"cdvdWrite08(IntrReason) = ACK(%x)"
, rt);
2386
cdvd.IntrStat &= ~rt;
2387
}
2388
2389
static __fi void cdvdWrite0A(u8 rt)
2390
{ // STATUS
Callers
1
cdvdWrite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected