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

Method addDepedenciesToLoad

GPCS4/Loader/ModuleLoader.cpp:215–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool ModuleLoader::addDepedenciesToLoad(NativeModule const &mod)
216{
217 for (auto const &file : mod.getNeededFiles())
218 {
219 m_filesToLoad.push(file);
220 }
221
222 return true;
223}
224
225// TODO: This is a temporary implenmentation.
226// Should be configurable.

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected