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

Method AppLoader

Source/Common/Config.cpp:237–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237AppLoader::AppLoader(const fextl::string& Filename, FEXCore::Config::LayerType Type)
238 : OptionMapper(Type) {
239 const bool Global = Type == FEXCore::Config::LayerType::LAYER_GLOBAL_STEAM_APP || Type == FEXCore::Config::LayerType::LAYER_GLOBAL_APP;
240 Config = FEXCore::Config::GetApplicationConfig(Filename, Global);
241
242 // Immediately load so we can reload the meta layer
243 Load();
244}
245
246void AppLoader::Load() {
247 SetCurrentConfigFile(Config);

Callers

nothing calls this directly

Calls 2

GetApplicationConfigFunction · 0.85
LoadFunction · 0.50

Tested by

no test coverage detected