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

Function GetConfigFileLocation

Source/Common/Config.cpp:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609fextl::string GetConfigFileLocation(bool Global, const PortableInformation& PortableInfo) {
610 return GetConfigDirectory(Global, PortableInfo) + "Config.json";
611}
612
613void InitializeConfigs(const PortableInformation& PortableInfo) {
614 FEXCore::Config::SetDataDirectory(GetDataDirectory(false, PortableInfo), false);

Callers 6

MainLoaderMethod · 0.85
InitializeConfigsFunction · 0.85
FileManagerMethod · 0.85
SetRootFSAsDefaultFunction · 0.85
ConfigRuntimeMethod · 0.85
mainFunction · 0.85

Calls 1

GetConfigDirectoryFunction · 0.85

Tested by

no test coverage detected