| 119 | } |
| 120 | |
| 121 | void nifiEnableFunc(int value) { |
| 122 | if (value) { |
| 123 | printMenuMessage("Warning: link emulation sucks."); |
| 124 | setMenuOption("GB Printer", 0); |
| 125 | enableNifi(); |
| 126 | } |
| 127 | else |
| 128 | disableNifi(); |
| 129 | } |
| 130 | |
| 131 | void printerEnableFunc(int value) { |
| 132 | if (value) { |
nothing calls this directly
no test coverage detected