MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / checkPauseWindow

Function checkPauseWindow

lib/legacy/switch-pause.cpp:167–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 return (target == PauseTarget::All);
166}
167bool checkPauseWindow(std::string &currentTitle, std::string &title,
168 PauseTarget &target)
169{
170 if (currentTitle != title) {
171 return false;
172 }
173
174 setPauseTarget(target);
175 return (target == PauseTarget::All);
176}
177
178bool SwitcherData::checkPause()
179{

Callers 1

checkPauseMethod · 0.85

Calls 1

setPauseTargetFunction · 0.85

Tested by

no test coverage detected