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

Method MainLoader

Source/Common/Config.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219MainLoader::MainLoader(FEXCore::Config::LayerType Type)
220 : OptionMapper(Type)
221 , Config {FEXCore::Config::GetConfigFileLocation(Type == FEXCore::Config::LayerType::LAYER_GLOBAL_MAIN)} {}
222
223MainLoader::MainLoader(fextl::string ConfigFile)
224 : OptionMapper(FEXCore::Config::LayerType::LAYER_MAIN)

Callers

nothing calls this directly

Calls 1

GetConfigFileLocationFunction · 0.85

Tested by

no test coverage detected