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

Method isNativeModuleLoadable

GPCS4/Emulator/SceModuleSystem.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13bool CSceModuleSystem::isNativeModuleLoadable(std::string const &modName) const
14{
15 return m_policyManager.isModuleLoadable(modName);
16}
17
18std::vector<NativeModule>& CSceModuleSystem::getAllNativeModules()
19{

Callers

nothing calls this directly

Calls 1

isModuleLoadableMethod · 0.80

Tested by

no test coverage detected