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

Function cdvdWrite17

pcsx2/CDVD/CDVD.cpp:3082–3095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3080}
3081
3082static __fi void cdvdWrite17(u8 rt)
3083{ // SDATAIN
3084 CDVD_LOG("cdvdWrite17(SDataIn) %x", rt);
3085
3086 if (cdvd.SCMDParamPos >= 16)
3087 {
3088 DevCon.Warning("CDVD: SCMD Overflow");
3089 cdvd.SCMDParamPos = 0;
3090 cdvd.SCMDParamCnt = 0;
3091 }
3092
3093 cdvd.SCMDParamBuff[cdvd.SCMDParamPos++] = rt;
3094 cdvd.SCMDParamCnt++;
3095}
3096
3097static __fi void cdvdWrite18(u8 rt)
3098{ // SDATAOUT

Callers 1

cdvdWriteFunction · 0.85

Calls 1

WarningMethod · 0.45

Tested by

no test coverage detected