mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
options: Set the value when setting the default as before [O. Galibert]
This commit is contained in:
parent
580898e4ca
commit
df1b7770ef
@ -356,7 +356,7 @@ void core_options::simple_entry::internal_set_value(std::string &&newvalue)
|
||||
|
||||
void core_options::simple_entry::set_default_value(std::string &&newvalue)
|
||||
{
|
||||
m_defdata = std::move(newvalue);
|
||||
m_data = m_defdata = std::move(newvalue);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user