| 442 | } |
| 443 | |
| 444 | void ToggleExtendSystemList(HWND hwnd, bool enable) |
| 445 | { |
| 446 | // Extend combo box only enabled when in iNES 2.0 and Extend System was chosen |
| 447 | // Extend combo box |
| 448 | EnableWindow(GetDlgItem(hwnd, IDC_EXTEND_SYSTEM_GROUP), enable); |
| 449 | EnableWindow(GetDlgItem(hwnd, IDC_SYSTEM_EXTEND_COMBO), enable); |
| 450 | EnableWindow(GetDlgItem(hwnd, IDC_EXTEND_SYSTEM_TEXT), enable); |
| 451 | } |
| 452 | |
| 453 | void ToggleVSSystemGroup(HWND hwnd, bool enable) |
| 454 | { |
no outgoing calls
no test coverage detected