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

Function AddLayer

FEXCore/Source/Interface/Config/Config.cpp:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void AddLayer(fextl::unique_ptr<FEXCore::Config::Layer> _Layer) {
419 ConfigLayers.emplace(_Layer->GetLayerType(), std::move(_Layer));
420}
421
422bool Exists(ConfigOption Option) {
423 return Meta->OptionExists(Option);

Callers 5

InitializeFunction · 0.85
LoadConfigFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

emplaceMethod · 0.80

Tested by 1

mainFunction · 0.68