Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
271
void unpauseGameboy() {
272
if (gameboyPaused) {
273
gameboyPaused = false;
274
}
275
}
276
bool isGameboyPaused() {
277
return gameboyPaused;
278
}
Callers
3
updateCheatMenu
Function · 0.85
closeMenu
Function · 0.85
fifoValue32Handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected