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

Function enableConsoleBacklight2

arm9/source/console.cpp:775–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected