| 294 | } |
| 295 | |
| 296 | void 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 | |
| 303 | bool CPageAdvanced::IsOkToBenchmark(HWND hWnd, const bool bConfigChanged) |
| 304 | { |
nothing calls this directly
no test coverage detected