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

Function cdvdReadLanguageParams

pcsx2/CDVD/CDVD.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void cdvdReadLanguageParams(u8* config)
315{
316 cdvdReadNVM(config, getNvmLayout()->config1 + 0xF, 16);
317}
318
319s32 cdvdReadConfig(u8* config)
320{

Callers 1

ReadOSDConfigParamesFunction · 0.85

Calls 2

cdvdReadNVMFunction · 0.85
getNvmLayoutFunction · 0.85

Tested by

no test coverage detected