Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ cdvdWriteRegionParams
Function
cdvdWriteRegionParams
pcsx2/CDVD/CDVD.cpp:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
cdvdReadNVM(num, getNvmLayout()->regparams, 8);
299
}
300
static void cdvdWriteRegionParams(const u8* num)
301
{
302
cdvdWriteNVM(num, getNvmLayout()->regparams, 8);
303
}
304
305
static void cdvdReadMAC(u8* num)
306
{
Callers
1
cdvdWrite16
Function · 0.85
Calls
2
cdvdWriteNVM
Function · 0.85
getNvmLayout
Function · 0.85
Tested by
no test coverage detected