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

Function cdvdReadRegionParams

pcsx2/CDVD/CDVD.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296static void cdvdReadRegionParams(u8* num)
297{
298 cdvdReadNVM(num, getNvmLayout()->regparams, 8);
299}
300static void cdvdWriteRegionParams(const u8* num)
301{
302 cdvdWriteNVM(num, getNvmLayout()->regparams, 8);

Callers 1

cdvdWrite16Function · 0.85

Calls 2

cdvdReadNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected