MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / InitGameIOConnectorDropdownMenu

Method InitGameIOConnectorDropdownMenu

source/Configuration/PageAdvanced.cpp:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void CPageAdvanced::InitGameIOConnectorDropdownMenu(HWND hWnd)
297{
298 // Set copy protection dongle menu choice
299 const int nCurrentChoice = m_PropertySheetHelper.GetConfigNew().m_gameIOConnectorType;
300 m_PropertySheetHelper.FillComboBox(hWnd, IDC_COMBO_GAME_IO_CONNECTOR, m_gameIOConnectorChoices, nCurrentChoice);
301}
302
303bool CPageAdvanced::IsOkToBenchmark(HWND hWnd, const bool bConfigChanged)
304{

Callers

nothing calls this directly

Calls 1

FillComboBoxMethod · 0.80

Tested by

no test coverage detected