mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
emu/emuopts.cpp: Do not lose slot card name when setting slot card BIOS. (#9770)
This commit is contained in:
parent
6d595718f5
commit
b72e52a8f0
@ -1220,8 +1220,8 @@ void slot_option::set_bios(std::string &&text)
|
||||
{
|
||||
if (!m_specified)
|
||||
{
|
||||
m_specified = true;
|
||||
m_specified_value = value();
|
||||
m_specified = true;
|
||||
}
|
||||
m_specified_bios = std::move(text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user