| 773 | // updateScreens helper functions |
| 774 | |
| 775 | void enableConsoleBacklight2() { |
| 776 | powerOn(backlights[!gameScreen]); |
| 777 | } |
| 778 | void enableConsoleBacklight() { |
| 779 | // For some reason, waiting 2 frames helps eliminate a white flash. |
| 780 | doAtVBlank(enableConsoleBacklight2); |
nothing calls this directly
no outgoing calls
no test coverage detected