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

Function SetConfigFileLocation

FEXCore/Source/Interface/Config/Config.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void SetConfigFileLocation(const std::string_view Path, bool Global) {
63 Paths[PATH_CONFIG_FILE_LOCAL + Global] = Path;
64}
65
66const fextl::string& GetTelemetryDirectory() {
67 auto& Path = Paths[PATH_CONFIG_TELEMETRY_FOLDER];

Callers 1

InitializeConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected