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

Function SetDataDirectory

FEXCore/Source/Interface/Config/Config.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52static std::array<fextl::string, Paths::PATH_LAST> Paths;
53
54void SetDataDirectory(const std::string_view Path, bool Global) {
55 Paths[PATH_DATA_DIR_LOCAL + Global] = Path;
56}
57
58void SetConfigDirectory(const std::string_view Path, bool Global) {
59 Paths[PATH_CONFIG_DIR_LOCAL + Global] = Path;

Callers 1

InitializeConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected