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