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

Function cdvdWrite3A

pcsx2/CDVD/CDVD.cpp:3103–3107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3101}
3102
3103static __fi void cdvdWrite3A(u8 rt)
3104{ // DEC-SET
3105 CDVD_LOG("cdvdWrite3A(DecSet) %x", rt);
3106 cdvd.decSet = rt;
3107}
3108
3109void cdvdWrite(u8 key, u8 rt)
3110{

Callers 1

cdvdWriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected