Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Adopt
Method
Adopt
common/DynamicLibrary.cpp:129–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void DynamicLibrary::Adopt(void* handle)
130
{
131
pxAssertRel(handle,
"Handle is valid"
);
132
133
Close();
134
135
m_handle = handle;
136
}
137
138
void DynamicLibrary::Close()
139
{
Callers
1
Install
Method · 0.45
Calls
1
Close
Function · 0.50
Tested by
no test coverage detected