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

Function biosEnableFunc

arm9/source/console.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void biosEnableFunc(int value) {
217 biosEnabled = value;
218}
219
220void setScreenFunc(int value) {
221 gameScreen = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected