----------------------------------------------------------------------------
| 609 | } |
| 610 | //---------------------------------------------------------------------------- |
| 611 | void iNesHeaderEditor_t::extSysClicked(bool checked) |
| 612 | { |
| 613 | |
| 614 | ToggleVSSystemGroup(false); |
| 615 | ToggleExtendSystemList(true); |
| 616 | } |
| 617 | //---------------------------------------------------------------------------- |
| 618 | void iNesHeaderEditor_t::unofficialStateChange(int state) |
| 619 | { |
nothing calls this directly
no test coverage detected