Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ Initialize
Function
Initialize
FEXCore/Source/Interface/Config/Config.cpp:236–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
void Initialize() {
237
AddLayer(fextl::make_unique<MetaLayer>(FEXCore::Config::LayerType::LAYER_TOP));
238
Meta = dynamic_cast<MetaLayer*>(ConfigLayers.begin()->second.get());
239
}
240
241
void Shutdown() {
242
ConfigLayers.clear();
Callers
nothing calls this directly
Calls
3
AddLayer
Function · 0.85
get
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected