| 235 | } |
| 236 | #ifdef __PS4__ |
| 237 | else if (keys & c2d::Input::Key::Select) { |
| 238 | osd->setVisibility(c2d::Visibility::Visible); |
| 239 | getMpv()->seek(-60.0); |
| 240 | } else if (keys & c2d::Input::Key::Start) { |
| 241 | osd->setVisibility(c2d::Visibility::Visible); |
| 242 | getMpv()->seek(60.0); |
| 243 | } |
nothing calls this directly
no test coverage detected