Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
void cdvdReadLanguageParams(u8* config)
315
{
316
cdvdReadNVM(config, getNvmLayout()->config1 + 0xF, 16);
317
}
318
319
s32 cdvdReadConfig(u8* config)
320
{
Callers
1
ReadOSDConfigParames
Function · 0.85
Calls
2
cdvdReadNVM
Function · 0.85
getNvmLayout
Function · 0.85
Tested by
no test coverage detected