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

Function cdvdReadModelNumber

pcsx2/CDVD/CDVD.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287static void cdvdReadModelNumber(u8* num, s32 part)
288{
289 cdvdReadNVM(num, getNvmLayout()->modelNum + part, 8);
290}
291static void cdvdWriteModelNumber(const u8* num, s32 part)
292{
293 cdvdWriteNVM(num, getNvmLayout()->modelNum + part, 8);

Callers 1

cdvdWrite16Function · 0.85

Calls 2

cdvdReadNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected