MCPcopy 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
236void Initialize() {
237 AddLayer(fextl::make_unique<MetaLayer>(FEXCore::Config::LayerType::LAYER_TOP));
238 Meta = dynamic_cast<MetaLayer*>(ConfigLayers.begin()->second.get());
239}
240
241void Shutdown() {
242 ConfigLayers.clear();

Callers

nothing calls this directly

Calls 3

AddLayerFunction · 0.85
getMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected