mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Add config override as cli arg: --config <path>
And add some more logging
This commit is contained in:
parent
938bf8624c
commit
d633a266c1
4 changed files with 74 additions and 19 deletions
|
|
@ -38,7 +38,7 @@ std::pair<YAML::Node, std::string> yaml_load(const std::string& from)
|
|||
}
|
||||
catch(const std::exception& e)
|
||||
{
|
||||
return{YAML::Node(), std::string("YAML exception:\n") + e.what()};
|
||||
return{YAML::Node(), std::string("YAML exception: ") + e.what()};
|
||||
}
|
||||
|
||||
return{result, ""};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue