| 297 | } |
| 298 | |
| 299 | void Player::pause() { |
| 300 | mpv->pause(); |
| 301 | pplay::Utility::setCpuClock(pplay::Utility::CpuClock::Min); |
| 302 | #ifdef __SWITCH__ |
| 303 | appletSetMediaPlaybackState(false); |
| 304 | #endif |
| 305 | } |
| 306 | |
| 307 | void Player::resume() { |
| 308 | mpv->resume(); |
nothing calls this directly
no outgoing calls
no test coverage detected