Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
void AddLayer(fextl::unique_ptr<FEXCore::Config::Layer> _Layer) {
419
ConfigLayers.emplace(_Layer->GetLayerType(), std::move(_Layer));
420
}
421
422
bool Exists(ConfigOption Option) {
423
return Meta->OptionExists(Option);
Callers
5
Initialize
Function · 0.85
LoadConfig
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
emplace
Method · 0.80
Tested by
1
main
Function · 0.68