mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Make system config thread-safe (almost)
This commit is contained in:
parent
0147bc2c72
commit
0f87c6c7c3
4 changed files with 53 additions and 39 deletions
|
@ -326,7 +326,7 @@ void cfg::_bool::from_default()
|
|||
|
||||
void cfg::string::from_default()
|
||||
{
|
||||
m_value = def;
|
||||
m_value = m_value.make(def);
|
||||
}
|
||||
|
||||
void cfg::set_entry::from_default()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue