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

Function cdvdWriteILinkID

pcsx2/CDVD/CDVD.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 cdvdReadNVM(id, getNvmLayout()->ilinkId, 8);
281}
282static void cdvdWriteILinkID(const u8* id)
283{
284 cdvdWriteNVM(id, getNvmLayout()->ilinkId, 8);
285}
286
287static void cdvdReadModelNumber(u8* num, s32 part)
288{

Callers 1

cdvdWrite16Function · 0.85

Calls 2

cdvdWriteNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected