| 776 | powerOn(backlights[!gameScreen]); |
| 777 | } |
| 778 | void enableConsoleBacklight() { |
| 779 | // For some reason, waiting 2 frames helps eliminate a white flash. |
| 780 | doAtVBlank(enableConsoleBacklight2); |
| 781 | } |
| 782 | |
| 783 | // 2 frames delay |
| 784 | void setupScaledScreens2() { |
nothing calls this directly
no test coverage detected