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

Function cdvdWrite05

pcsx2/CDVD/CDVD.cpp:2349–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2347}
2348
2349static __fi void cdvdWrite05(u8 rt)
2350{ // NDATAIN
2351 CDVD_LOG("cdvdWrite05(NDataIn) %x", rt);
2352
2353 if (cdvd.NCMDParamPos >= 16)
2354 {
2355 DevCon.Warning("CDVD: NCMD Overflow");
2356 cdvd.NCMDParamPos = 0;
2357 cdvd.NCMDParamCnt = 0;
2358 }
2359
2360 cdvd.NCMDParamBuff[cdvd.NCMDParamPos++] = rt;
2361 cdvd.NCMDParamCnt++;
2362}
2363
2364static __fi void cdvdWrite06(u8 rt)
2365{ // HOWTO

Callers 1

cdvdWriteFunction · 0.85

Calls 1

WarningMethod · 0.45

Tested by

no test coverage detected