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

Function cdvdReadMAC

pcsx2/CDVD/CDVD.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305static void cdvdReadMAC(u8* num)
306{
307 cdvdReadNVM(num, getNvmLayout()->mac, 8);
308}
309static void cdvdWriteMAC(const u8* num)
310{
311 cdvdWriteNVM(num, getNvmLayout()->mac, 8);

Callers 1

cdvdWrite16Function · 0.85

Calls 2

cdvdReadNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected