| 217 | } |
| 218 | |
| 219 | MainLoader::MainLoader(FEXCore::Config::LayerType Type) |
| 220 | : OptionMapper(Type) |
| 221 | , Config {FEXCore::Config::GetConfigFileLocation(Type == FEXCore::Config::LayerType::LAYER_GLOBAL_MAIN)} {} |
| 222 | |
| 223 | MainLoader::MainLoader(fextl::string ConfigFile) |
| 224 | : OptionMapper(FEXCore::Config::LayerType::LAYER_MAIN) |
nothing calls this directly
no test coverage detected