MCPcopy 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
129void DynamicLibrary::Adopt(void* handle)
130{
131 pxAssertRel(handle, "Handle is valid");
132
133 Close();
134
135 m_handle = handle;
136}
137
138void DynamicLibrary::Close()
139{

Callers 1

InstallMethod · 0.45

Calls 1

CloseFunction · 0.50

Tested by

no test coverage detected