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

Function SetConfigDirectory

FEXCore/Source/Interface/Config/Config.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void SetConfigDirectory(const std::string_view Path, bool Global) {
59 Paths[PATH_CONFIG_DIR_LOCAL + Global] = Path;
60}
61
62void SetConfigFileLocation(const std::string_view Path, bool Global) {
63 Paths[PATH_CONFIG_FILE_LOCAL + Global] = Path;

Callers 1

InitializeConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected