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

Function nifiEnableFunc

arm9/source/console.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void nifiEnableFunc(int value) {
122 if (value) {
123 printMenuMessage("Warning: link emulation sucks.");
124 setMenuOption("GB Printer", 0);
125 enableNifi();
126 }
127 else
128 disableNifi();
129}
130
131void printerEnableFunc(int value) {
132 if (value) {

Callers

nothing calls this directly

Calls 4

printMenuMessageFunction · 0.85
setMenuOptionFunction · 0.85
enableNifiFunction · 0.85
disableNifiFunction · 0.85

Tested by

no test coverage detected