MCPcopy Create free account
hub / github.com/Inori/GPCS4 / declareSubLibrary

Method declareSubLibrary

GPCS4/Emulator/PolicyManager.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288
289LibraryPolicyAdder LibrayNameAdder::declareSubLibrary(std::string const & name)
290{
291 auto &lp = m_modPolicy.addLibraryPolicy(name, LibraryPolicy{});
292 return { m_modPolicy, lp };
293}
294
295
296LibrarySymbolExcluder LibraryPolicyAdder::with(Policy policy)

Callers 3

registerLibCFunction · 0.80
registerLibKernelFunction · 0.80
registerOtherModulesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected