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

Function unpauseGameboy

arm9/source/gameboy.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270}
271void unpauseGameboy() {
272 if (gameboyPaused) {
273 gameboyPaused = false;
274 }
275}
276bool isGameboyPaused() {
277 return gameboyPaused;
278}

Callers 3

updateCheatMenuFunction · 0.85
closeMenuFunction · 0.85
fifoValue32HandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected