| 611 | } |
| 612 | |
| 613 | void InitializeConfigs(const PortableInformation& PortableInfo) { |
| 614 | FEXCore::Config::SetDataDirectory(GetDataDirectory(false, PortableInfo), false); |
| 615 | FEXCore::Config::SetDataDirectory(GetDataDirectory(true, PortableInfo), true); |
| 616 | FEXCore::Config::SetConfigDirectory(GetConfigDirectory(false, PortableInfo), false); |
| 617 | FEXCore::Config::SetConfigDirectory(GetConfigDirectory(true, PortableInfo), true); |
| 618 | FEXCore::Config::SetConfigFileLocation(GetConfigFileLocation(false, PortableInfo), false); |
| 619 | FEXCore::Config::SetConfigFileLocation(GetConfigFileLocation(true, PortableInfo), true); |
| 620 | } |
| 621 | } // namespace FEX::Config |