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

Function gameboyModeFunc

arm9/source/console.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void gameboyModeFunc(int value) {
205 gbcModeOption = value;
206}
207
208void gbaModeFunc(int value) {
209 gbaModeOption = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected