| 293 | } |
| 294 | |
| 295 | void MenuApplication::ShowNotification(const std::string &text, const u64 timeout) { |
| 296 | this->EndOverlay(); |
| 297 | this->notif_toast->SetText(text); |
| 298 | this->StartOverlayWithTimeout(this->notif_toast, timeout); |
| 299 | } |
| 300 | |
| 301 | void MenuApplication::StartPlayBgm() { |
| 302 | const auto &bgm = this->GetCurrentMenuBgm(); |
no outgoing calls
no test coverage detected