MCPcopy Create free account
hub / github.com/Stewmath/GameYob / enableConsoleBacklight

Function enableConsoleBacklight

arm9/source/console.cpp:778–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

doAtVBlankFunction · 0.85

Tested by

no test coverage detected