| 129 | } |
| 130 | |
| 131 | void printerEnableFunc(int value) { |
| 132 | if (value) { |
| 133 | setMenuOption("Wireless Link", 0); |
| 134 | initGbPrinter(); |
| 135 | } |
| 136 | printerEnabled = value; |
| 137 | } |
| 138 | |
| 139 | void cheatFunc(int value) { |
| 140 | if (!startCheatMenu()) |
nothing calls this directly
no test coverage detected