MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / UpdateNSFPlayerConfig

Method UpdateNSFPlayerConfig

nsfplug_ui/NSFConfigDialog.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void 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
95BEGIN_MESSAGE_MAP(NSFConfigDialog, CPropertySheet)
96 ON_BN_CLICKED(1, OnOK)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected