mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Make pad and patches config savinng atomic
This commit is contained in:
parent
b3725baf5a
commit
75e66ab5e0
4 changed files with 13 additions and 19 deletions
|
|
@ -387,7 +387,7 @@ bool cfg::node::from_string(const std::string& value, bool dynamic)
|
|||
return true;
|
||||
}
|
||||
|
||||
cfg_log.fatal("Failed to load node: %s", error);
|
||||
cfg_log.error("Failed to load node: %s", error);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue