| 85 | } |
| 86 | |
| 87 | void NSFConfigDialog::UpdateNSFPlayerConfig(bool b) |
| 88 | { |
| 89 | NSFDialog::UpdateNSFPlayerConfig(b); |
| 90 | mainPage->UpdateNSFPlayerConfig(b); |
| 91 | for(int i=0; i<NES_DEVICE_MAX; i++) |
| 92 | devicePage[i]->UpdateNSFPlayerConfig(b); |
| 93 | } |
| 94 | |
| 95 | BEGIN_MESSAGE_MAP(NSFConfigDialog, CPropertySheet) |
| 96 | ON_BN_CLICKED(1, OnOK) |
nothing calls this directly
no outgoing calls
no test coverage detected