mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-25 09:12:19 +00:00
TestHarnessRunner: InitializeConfig paths
Just removes an erroneous message in the TestHarnessRuner on each execution.
This commit is contained in:
parent
f248e7f3e7
commit
c5439b294c
@ -211,6 +211,8 @@ int main(int argc, char **argv, char **const envp) {
|
||||
FEXCore::Allocator::GLIBCScopedFault GLIBFaultScope;
|
||||
LogMan::Throw::InstallHandler(AssertHandler);
|
||||
LogMan::Msg::InstallHandler(MsgHandler);
|
||||
|
||||
FEX::Config::InitializeConfigs();
|
||||
FEXCore::Config::Initialize();
|
||||
FEXCore::Config::AddLayer(fextl::make_unique<FEX::ArgLoader::ArgLoader>(argc, argv));
|
||||
FEXCore::Config::AddLayer(FEX::Config::CreateEnvironmentLayer(envp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user