MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / Load

Function Load

FEXCore/Source/Interface/Config/Config.cpp:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void Load() {
247 for (auto CurrentLayer = LoadOrder.begin(); CurrentLayer != LoadOrder.end(); ++CurrentLayer) {
248 auto it = ConfigLayers.find(*CurrentLayer);
249 if (it != ConfigLayers.end()) {
250 it->second->Load();
251 }
252 }
253}
254
255fextl::string ExpandPath(const fextl::string& ContainerPrefix, const fextl::string& PathName) {
256 if (PathName.empty()) {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
LoadMethod · 0.45

Tested by

no test coverage detected