mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Config: fix for new SSC added, and COM port selected
This commit is contained in:
@@ -351,7 +351,8 @@ void CPropertySheetHelper::ApplyNewConfigForRestart()
|
||||
|
||||
if (m_ConfigNew.m_Slot[slot] == CT_SSC)
|
||||
{
|
||||
GetCardMgr().GetSSC()->SetSerialPortItem(m_ConfigNew.m_serialPortItem);
|
||||
if (CONFIG_CHANGED(m_serialPortItem))
|
||||
GetCardMgr().GetSSC()->RescanCOMPortsAndSetSerialPortItem(m_ConfigNew.m_serialPortItem);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user