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

Function cdvdWriteRegionParams

pcsx2/CDVD/CDVD.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 cdvdReadNVM(num, getNvmLayout()->regparams, 8);
299}
300static void cdvdWriteRegionParams(const u8* num)
301{
302 cdvdWriteNVM(num, getNvmLayout()->regparams, 8);
303}
304
305static void cdvdReadMAC(u8* num)
306{

Callers 1

cdvdWrite16Function · 0.85

Calls 2

cdvdWriteNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected